Remove inheritdoc tags in AnnouncementIniRepository.php

This commit is contained in:
Eric Lippmann 2017-11-07 12:50:30 +01:00
parent 26032a0413
commit 5ec14bdb9d
1 changed files with 0 additions and 12 deletions

View File

@ -16,27 +16,15 @@ use Icinga\Web\Announcement;
*/
class AnnouncementIniRepository extends IniRepository
{
/**
* {@inheritdoc}
*/
protected $queryColumns = array('announcement' => array('id', 'author', 'message', 'hash', 'start', 'end'));
/**
* {@inheritdoc}
*/
protected $triggers = array('announcement');
/**
* {@inheritDoc}
*/
protected $configs = array('announcement' => array(
'name' => 'announcements',
'keyColumn' => 'id'
));
/**
* {@inheritDoc}
*/
protected $conversionRules = array('announcement' => array(
'start' => 'timestamp',
'end' => 'timestamp'