summaryrefslogtreecommitdiffstats
path: root/src/driver
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-08 07:38:24 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-08 07:38:24 +0000
commit2ec481fc479ba898c9b4506cdeb9450887a3fa57 (patch)
treedc859b95781e71e5f529149b27b44e6a516e99f3 /src/driver
parent6207fc1ece307264f8e9e877edfade373f6da1f3 (diff)
downloadzetacomponents-graph-2ec481fc479ba898c9b4506cdeb9450887a3fa57.zip
zetacomponents-graph-2ec481fc479ba898c9b4506cdeb9450887a3fa57.tar.gz
- Added class stubs for ezcGraph
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/gd.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/driver/gd.php b/src/driver/gd.php
new file mode 100644
index 0000000..19cfd78
--- /dev/null
+++ b/src/driver/gd.php
@@ -0,0 +1,19 @@
+<?php
+/**
+ * File containing the abstract ezcGraphDriverGD class
+ *
+ * @package Graph
+ * @version $id$
+ * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved.
+ * @license http://ez.no/licenses/new_bsd New BSD License
+ */
+/**
+ * Extension of the basic Driver package to utilize the GDlib.
+ *
+ * @package Graph
+ */
+class ezcGraphDriverGD extends ezcGraphDriver
+{
+}
+
+?>
OpenPOWER on IntegriCloud