summaryrefslogtreecommitdiffstats
path: root/src/options/chart.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-06-12 14:40:06 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-06-12 14:40:06 +0000
commitb33909275f604b119c59972779a47a4288e0f5ec (patch)
tree756bf13bee3a4ed395bc1885391341533d991f65 /src/options/chart.php
parent99117b7f9eb39a6d77eededce51a4d0aa895cc5b (diff)
downloadzetacomponents-graph-b33909275f604b119c59972779a47a4288e0f5ec.zip
zetacomponents-graph-b33909275f604b119c59972779a47a4288e0f5ec.tar.gz
- More documentation fixes
Diffstat (limited to 'src/options/chart.php')
-rw-r--r--src/options/chart.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/options/chart.php b/src/options/chart.php
index 075a852..75abcaf 100644
--- a/src/options/chart.php
+++ b/src/options/chart.php
@@ -22,6 +22,13 @@
*/
class ezcGraphChartOptions extends ezcBaseOptions
{
+ /**
+ * Constructor
+ *
+ * @param array $options Default option array
+ * @return void
+ * @ignore
+ */
public function __construct( array $options = array() )
{
$this->properties['width'] = null;
OpenPOWER on IntegriCloud