diff options
Diffstat (limited to 'src')
-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 ) |