PHP Класс DebugKit\View\Helper\SimpleGraphHelper

Allows creation and display of extremely simple graphing elements
Наследование: extends Cake\View\Helper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_defaultSettings array Allowed options: - max => (int) Maximum value in the graphs - width => (int) - valueType => string (value, percentage) - style => array

Открытые методы

Метод Описание
bar ( float $value, integer $offset, array | Graph $options = [] ) : string bar method

Описание методов

bar() публичный Метод

bar method
public bar ( float $value, integer $offset, array | Graph $options = [] ) : string
$value float Value to be graphed
$offset integer how much indentation
$options array | Graph Graph options
Результат string Html graph

Описание свойств

$_defaultSettings защищенное свойство

Allowed options: - max => (int) Maximum value in the graphs - width => (int) - valueType => string (value, percentage) - style => array
protected array $_defaultSettings
Результат array