summaryrefslogtreecommitdiffstats
path: root/src/charts/line.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/line.php
parent2de1a7c9599abc34f09480cf7480683e67542b35 (diff)
downloadzetacomponents-graph-f08f21d7c04d4f1335ede382047c26d200defc90.zip
zetacomponents-graph-f08f21d7c04d4f1335ede382047c26d200defc90.tar.gz
- Added @apichange tags
Diffstat (limited to 'src/charts/line.php')
-rw-r--r--src/charts/line.php2
1 files changed, 2 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 )
OpenPOWER on IntegriCloud