mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 18:07:42 +02:00
Fix PHPDoc of the Perfdata view helper
This commit is contained in:
parent
8c46e5e285
commit
09d713be0d
@ -1,20 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
use Icinga\Util\Format;
|
|
||||||
use Icinga\Web\Widget\Chart\InlinePie;
|
|
||||||
use Icinga\Module\Monitoring\Plugin\Perfdata;
|
use Icinga\Module\Monitoring\Plugin\Perfdata;
|
||||||
use Icinga\Module\Monitoring\Plugin\PerfdataSet;
|
use Icinga\Module\Monitoring\Plugin\PerfdataSet;
|
||||||
|
|
||||||
class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract
|
class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract
|
||||||
{#
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Display the given perfdata string to the user
|
* Display the given perfdata string to the user
|
||||||
*
|
*
|
||||||
* @param $perfdataStr The perfdata string
|
* @param string $perfdataStr The perfdata string
|
||||||
* @param bool $compact Whether to display the perfdata in compact mode
|
* @param bool $compact Whether to display the perfdata in compact mode
|
||||||
* @param $color The color indicating the perfdata state
|
* @param int $limit Max labels to show; 0 for no limit
|
||||||
|
* @param string $color The color indicating the perfdata state
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user