summaryrefslogtreecommitdiffstats
path: root/src/charts/pie.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-06-21 16:37:09 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-06-21 16:37:09 +0000
commitf08f21d7c04d4f1335ede382047c26d200defc90 (patch)
tree01c8f1d1d85209ab2ce17238ab74e35987ec2b50 /src/charts/pie.php
parent2de1a7c9599abc34f09480cf7480683e67542b35 (diff)
downloadzetacomponents-graph-f08f21d7c04d4f1335ede382047c26d200defc90.zip
zetacomponents-graph-f08f21d7c04d4f1335ede382047c26d200defc90.tar.gz
- Added @apichange tags
Diffstat (limited to 'src/charts/pie.php')
-rw-r--r--src/charts/pie.php2
1 files changed, 2 insertions, 0 deletions
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 )
OpenPOWER on IntegriCloud