Public Member Functions | |
__construct () | |
encode (GoogleChartDataSet $set) | |
toString () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$name = 's:' | |
Private Attributes | |
$encodingChars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' | |
$length = null |
Definition at line 15 of file GoogleChartDataSimpleEncoding.class.php.
GoogleChartDataSimpleEncoding::__construct | ( | ) |
Definition at line 31 of file GoogleChartDataSimpleEncoding.class.php.
static GoogleChartDataSimpleEncoding::create | ( | ) | [static] |
Definition at line 26 of file GoogleChartDataSimpleEncoding.class.php.
GoogleChartDataSimpleEncoding::encode | ( | GoogleChartDataSet $ | set | ) |
Implements GoogleChartDataEncoding.
Definition at line 36 of file GoogleChartDataSimpleEncoding.class.php.
References GoogleChartDataSet::getData().
GoogleChartDataSimpleEncoding::toString | ( | ) |
Definition at line 55 of file GoogleChartDataSimpleEncoding.class.php.
GoogleChartDataSimpleEncoding::$encodingChars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789' [private] |
Definition at line 20 of file GoogleChartDataSimpleEncoding.class.php.
GoogleChartDataSimpleEncoding::$length = null [private] |
Definition at line 21 of file GoogleChartDataSimpleEncoding.class.php.
GoogleChartDataSimpleEncoding::$name = 's:' [protected] |
Definition at line 18 of file GoogleChartDataSimpleEncoding.class.php.