Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes | Private Attributes

GoogleChartLegendPositionType Class Reference

Inheritance diagram for GoogleChartLegendPositionType:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 toString ()

Static Public Member Functions

static create ($id)

Public Attributes

const BOTTOM = 0x1
const TOP = 0x2
const LEFT = 0x3
const RIGHT = 0x4

Protected Attributes

 $names

Private Attributes

 $paramName = 'chdlp'

Detailed Description

Definition at line 15 of file GoogleChartLegendPositionType.class.php.


Member Function Documentation

static GoogleChartLegendPositionType::create ( id  )  [static]
GoogleChartLegendPositionType::toString (  ) 

Reimplemented from Enumeration.

Definition at line 39 of file GoogleChartLegendPositionType.class.php.


Member Data Documentation

GoogleChartLegendPositionType::$names [protected]
Initial value:
 array(
            self::BOTTOM    => 'b',
            self::TOP       => 't',
            self::LEFT      => 'l',
            self::RIGHT     => 'r'
        )

Reimplemented from Enumeration.

Definition at line 22 of file GoogleChartLegendPositionType.class.php.

GoogleChartLegendPositionType::$paramName = 'chdlp' [private]

Definition at line 29 of file GoogleChartLegendPositionType.class.php.

Definition at line 20 of file GoogleChartLegendPositionType.class.php.

Definition at line 18 of file GoogleChartLegendPositionType.class.php.


The documentation for this class was generated from the following file: