monitoring: Remove useless PHPDoc in the DowntimeQuery

This commit is contained in:
Eric Lippmann 2015-01-21 10:35:10 +01:00
parent cd03c2164a
commit e881a0de33
1 changed files with 0 additions and 12 deletions
modules/monitoring/library/Monitoring/Backend/Ido/Query

View File

@ -1,18 +1,9 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
/**
* Handling downtime queries
*/
class DowntimeQuery extends IdoQuery
{
/**
* Column map
* @var array
*/
protected $columnMap = array(
'downtime' => array(
'downtime_author' => 'sd.author_name',
@ -39,9 +30,6 @@ class DowntimeQuery extends IdoQuery
),
);
/**
* Join with scheduleddowntime
*/
protected function joinBaseTables()
{
$this->select->from(