Public Member Functions | |
setWidth ($width) | |
getWidth () | |
setHeight ($height) | |
getHeight () | |
toString () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$name = 'chs' | |
Private Attributes | |
$width = null | |
$height = null |
Definition at line 15 of file GoogleChartSize.class.php.
static GoogleChartSize::create | ( | ) | [static] |
Definition at line 25 of file GoogleChartSize.class.php.
GoogleChartSize::getHeight | ( | ) |
Definition at line 59 of file GoogleChartSize.class.php.
GoogleChartSize::getWidth | ( | ) |
Definition at line 42 of file GoogleChartSize.class.php.
GoogleChartSize::setHeight | ( | $ | height | ) |
Definition at line 50 of file GoogleChartSize.class.php.
References $height, and Assert::isPositiveInteger().
GoogleChartSize::setWidth | ( | $ | width | ) |
Definition at line 33 of file GoogleChartSize.class.php.
References $width, and Assert::isPositiveInteger().
GoogleChartSize::toString | ( | ) |
Implements Stringable.
Definition at line 64 of file GoogleChartSize.class.php.
GoogleChartSize::$height = null [private] |
Definition at line 20 of file GoogleChartSize.class.php.
Referenced by setHeight().
GoogleChartSize::$name = 'chs' [protected] |
Reimplemented from BaseGoogleChartParameter.
Definition at line 17 of file GoogleChartSize.class.php.
GoogleChartSize::$width = null [private] |
Definition at line 19 of file GoogleChartSize.class.php.
Referenced by setWidth().