summaryrefslogtreecommitdiffstats
path: root/src/graph.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-02-15 10:19:58 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-02-15 10:19:58 +0000
commit9873a43cd9fa983041ae97ea56d7a50fc569102e (patch)
tree1b167d65e68241d7a2ac4d35ffdec587e5233f2d /src/graph.php
parent43c70ac8906a9096bde1dd1905695e3c1cc7b522 (diff)
downloadzetacomponents-graph-9873a43cd9fa983041ae97ea56d7a50fc569102e.zip
zetacomponents-graph-9873a43cd9fa983041ae97ea56d7a50fc569102e.tar.gz
- Implemented #9405 (PDO data set)
Diffstat (limited to 'src/graph.php')
-rw-r--r--src/graph.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/graph.php b/src/graph.php
index 0b36296..e9421b7 100644
--- a/src/graph.php
+++ b/src/graph.php
@@ -110,6 +110,15 @@ class ezcGraph
* Font type definition. Used for Palm Format Fonts for Ming driver.
*/
const PALM_FONT = 3;
+
+ /**
+ * Identifier for keys in complex dataset arrays
+ */
+ const KEY = 0;
+ /**
+ * Identifier for values in complex dataset arrays
+ */
+ const VALUE = 1;
}
?>
OpenPOWER on IntegriCloud