mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
DataView\Runtimevariables: Fix method documentation
This commit is contained in:
parent
168819ca83
commit
fa1c971e51
1 changed files with 2 additions and 6 deletions
|
|
@ -9,9 +9,7 @@ namespace Icinga\Module\Monitoring\DataView;
|
|||
class Runtimevariables extends DataView
|
||||
{
|
||||
/**
|
||||
* Retrieve columns provided by this view
|
||||
*
|
||||
* @return array
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getColumns()
|
||||
{
|
||||
|
|
@ -23,9 +21,7 @@ class Runtimevariables extends DataView
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve default sorting rules for particular columns. These involve sort order and potential additional to sort
|
||||
*
|
||||
* @return array
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getSortRules()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue