diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-06-21 16:37:09 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-06-21 16:37:09 +0000 |
commit | f08f21d7c04d4f1335ede382047c26d200defc90 (patch) | |
tree | 01c8f1d1d85209ab2ce17238ab74e35987ec2b50 /src/charts | |
parent | 2de1a7c9599abc34f09480cf7480683e67542b35 (diff) | |
download | zetacomponents-graph-f08f21d7c04d4f1335ede382047c26d200defc90.zip zetacomponents-graph-f08f21d7c04d4f1335ede382047c26d200defc90.tar.gz |
- Added @apichange tags
Diffstat (limited to 'src/charts')
-rw-r--r-- | src/charts/line.php | 2 | ||||
-rw-r--r-- | src/charts/pie.php | 2 | ||||
-rw-r--r-- | src/charts/radar.php | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/charts/line.php b/src/charts/line.php index ce353d6..3813107 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -417,6 +417,7 @@ class ezcGraphLineChart extends ezcGraphChart * @param int $width Image width * @param int $height Image height * @param string $file Output file + * @apichange * @return void */ public function render( $width, $height, $file = null ) @@ -439,6 +440,7 @@ class ezcGraphLineChart extends ezcGraphChart * * @param int $width * @param int $height + * @apichange * @return void */ public function renderToOutput( $width, $height ) diff --git a/src/charts/pie.php b/src/charts/pie.php index 0ed57dc..d5dfac8 100644 --- a/src/charts/pie.php +++ b/src/charts/pie.php @@ -257,6 +257,7 @@ class ezcGraphPieChart extends ezcGraphChart * @param int $width Image width * @param int $height Image height * @param string $file Output file + * @apichange * @return void */ public function render( $width, $height, $file = null ) @@ -279,6 +280,7 @@ class ezcGraphPieChart extends ezcGraphChart * * @param int $width * @param int $height + * @apichange * @return void */ public function renderToOutput( $width, $height ) diff --git a/src/charts/radar.php b/src/charts/radar.php index 5c660df..1759a50 100644 --- a/src/charts/radar.php +++ b/src/charts/radar.php @@ -412,6 +412,7 @@ class ezcGraphRadarChart extends ezcGraphChart * @param int $width Image width * @param int $height Image height * @param string $file Output file + * @apichange * @return void */ public function render( $width, $height, $file = null ) @@ -434,6 +435,7 @@ class ezcGraphRadarChart extends ezcGraphChart * * @param int $width * @param int $height + * @apichange * @return void */ public function renderToOutput( $width, $height ) |