Public Member Functions | |
addFiller (GoogleChartSolidFillType $type, Color $color) | |
hasFillers () | |
toString () | |
Static Public Member Functions | |
static | create () |
Private Attributes | |
$fillers = array() |
Definition at line 15 of file GoogleChartSolidFillCollection.class.php.
GoogleChartSolidFillCollection::addFiller | ( | GoogleChartSolidFillType $ | type, | |
Color $ | color | |||
) |
Definition at line 27 of file GoogleChartSolidFillCollection.class.php.
References create().
static GoogleChartSolidFillCollection::create | ( | ) | [static] |
Definition at line 22 of file GoogleChartSolidFillCollection.class.php.
Referenced by addFiller().
GoogleChartSolidFillCollection::hasFillers | ( | ) |
Definition at line 36 of file GoogleChartSolidFillCollection.class.php.
GoogleChartSolidFillCollection::toString | ( | ) |
Implements Stringable.
Definition at line 41 of file GoogleChartSolidFillCollection.class.php.
References $fillers, and GoogleChartSolidFill::getParamName().
GoogleChartSolidFillCollection::$fillers = array() [private] |
Definition at line 17 of file GoogleChartSolidFillCollection.class.php.
Referenced by toString().