Public Member Functions | |
addColor (Color $color) | |
toString () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$name = 'chco' | |
Private Attributes | |
$colors = array() |
Definition at line 15 of file GoogleChartColor.class.php.
GoogleChartColor::addColor | ( | Color $ | color | ) |
Definition at line 32 of file GoogleChartColor.class.php.
static GoogleChartColor::create | ( | ) | [static] |
Definition at line 24 of file GoogleChartColor.class.php.
GoogleChartColor::toString | ( | ) |
Implements Stringable.
Definition at line 39 of file GoogleChartColor.class.php.
References Assert::isNotEmptyArray().
GoogleChartColor::$colors = array() [private] |
Definition at line 19 of file GoogleChartColor.class.php.
GoogleChartColor::$name = 'chco' [protected] |
Reimplemented from BaseGoogleChartParameter.
Definition at line 17 of file GoogleChartColor.class.php.