Public Member Functions | |
addLabel ($label) | |
setLabels ($labels) | |
getCount () | |
toString () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$name = 'chl' | |
$labels = array() |
Definition at line 15 of file GoogleChartLabel.class.php.
GoogleChartLabel::addLabel | ( | $ | label | ) |
Definition at line 32 of file GoogleChartLabel.class.php.
static GoogleChartLabel::create | ( | ) | [static] |
Reimplemented in GoogleChartAxisLabel.
Definition at line 24 of file GoogleChartLabel.class.php.
GoogleChartLabel::getCount | ( | ) |
Definition at line 49 of file GoogleChartLabel.class.php.
GoogleChartLabel::setLabels | ( | $ | labels | ) |
Definition at line 42 of file GoogleChartLabel.class.php.
References $labels.
GoogleChartLabel::toString | ( | ) |
Implements Stringable.
Reimplemented in GoogleChartAxisLabel.
Definition at line 54 of file GoogleChartLabel.class.php.
References $labels.
GoogleChartLabel::$labels = array() [protected] |
Definition at line 19 of file GoogleChartLabel.class.php.
Referenced by setLabels(), toString(), and GoogleChartAxisLabel::toString().
GoogleChartLabel::$name = 'chl' [protected] |
Reimplemented from BaseGoogleChartParameter.
Definition at line 17 of file GoogleChartLabel.class.php.