Public Member Functions | |
encode (GoogleChartDataSet $set) | |
toString () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$name = 't:' | |
$delimiter = ',' |
Definition at line 15 of file GoogleChartDataTextEncoding.class.php.
static GoogleChartDataTextEncoding::create | ( | ) | [static] |
Definition at line 25 of file GoogleChartDataTextEncoding.class.php.
Referenced by GooglePieChart::__construct(), and GoogleLineChart::__construct().
GoogleChartDataTextEncoding::encode | ( | GoogleChartDataSet $ | set | ) |
Implements GoogleChartDataEncoding.
Definition at line 30 of file GoogleChartDataTextEncoding.class.php.
References GoogleChartDataSet::getData().
GoogleChartDataTextEncoding::toString | ( | ) |
Definition at line 35 of file GoogleChartDataTextEncoding.class.php.
GoogleChartDataTextEncoding::$delimiter = ',' [protected] |
Definition at line 20 of file GoogleChartDataTextEncoding.class.php.
GoogleChartDataTextEncoding::$name = 't:' [protected] |
Definition at line 19 of file GoogleChartDataTextEncoding.class.php.