Public Member Functions | |
__construct () | |
setPosition (GoogleChartLegendPositionType $type) | |
addItem ($item) | |
toString () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$name = 'chdl' | |
Private Attributes | |
$items = array() | |
$position = null |
Definition at line 15 of file GoogleChartLegend.class.php.
GoogleChartLegend::__construct | ( | ) |
Definition at line 30 of file GoogleChartLegend.class.php.
References create(), and GoogleChartLegendPositionType::LEFT.
GoogleChartLegend::addItem | ( | $ | item | ) |
Definition at line 51 of file GoogleChartLegend.class.php.
static GoogleChartLegend::create | ( | ) | [static] |
Definition at line 25 of file GoogleChartLegend.class.php.
Referenced by __construct().
GoogleChartLegend::setPosition | ( | GoogleChartLegendPositionType $ | type | ) |
Definition at line 41 of file GoogleChartLegend.class.php.
GoogleChartLegend::toString | ( | ) |
Implements Stringable.
Definition at line 58 of file GoogleChartLegend.class.php.
References $items.
GoogleChartLegend::$items = array() [private] |
Definition at line 19 of file GoogleChartLegend.class.php.
Referenced by toString().
GoogleChartLegend::$name = 'chdl' [protected] |
Reimplemented from BaseGoogleChartParameter.
Definition at line 17 of file GoogleChartLegend.class.php.
GoogleChartLegend::$position = null [private] |
Definition at line 20 of file GoogleChartLegend.class.php.