summaryrefslogtreecommitdiffstats
path: root/src/graph_autoload.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2009-07-14 14:32:15 +0000
committerKore Nordmann <github@kore-nordmann.de>2009-07-14 14:32:15 +0000
commit9ce834beee81194e02525a6cb836516dc379eeb7 (patch)
tree56061b167145033f73f4aa22669a0abc070d3110 /src/graph_autoload.php
parent11e6744455cadf222f828a437e095205da53da7a (diff)
downloadzetacomponents-graph-9ce834beee81194e02525a6cb836516dc379eeb7.zip
zetacomponents-graph-9ce834beee81194e02525a6cb836516dc379eeb7.tar.gz
- Implemented: #15135: Add support for pecl/cairo's object-oriented API
# Thanks to Michael Maclean for the implementation
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r--src/graph_autoload.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index c66e1a2..f15e019 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -74,6 +74,7 @@ return array(
'ezcGraphBoundings' => 'Graph/math/boundings.php',
'ezcGraphCairoDriver' => 'Graph/driver/cairo.php',
'ezcGraphCairoDriverOptions' => 'Graph/options/cairo_driver.php',
+ 'ezcGraphCairoOODriver' => 'Graph/driver/cairo_oo.php',
'ezcGraphChartElementBackground' => 'Graph/element/background.php',
'ezcGraphChartElementDateAxis' => 'Graph/axis/date.php',
'ezcGraphChartElementLabeledAxis' => 'Graph/axis/labeled.php',
OpenPOWER on IntegriCloud