diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2007-01-03 12:48:08 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2007-01-03 12:48:08 +0000 |
commit | 0024eea585da209c8dd6e286f634d3d41d6034a3 (patch) | |
tree | 3b60b92f31defa94473846984fd11086452bc724 /src/graph_autoload.php | |
parent | 7090a42cd106646837dde004fd8e67810c003329 (diff) | |
download | zetacomponents-graph-0024eea585da209c8dd6e286f634d3d41d6034a3.zip zetacomponents-graph-0024eea585da209c8dd6e286f634d3d41d6034a3.tar.gz |
- Fixed issue #9916: ArrayDataSet can handle Iterator was not documented
- Added and test additional typecheck
Diffstat (limited to 'src/graph_autoload.php')
-rw-r--r-- | src/graph_autoload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph_autoload.php b/src/graph_autoload.php index 5b3533e..c295a98 100644 --- a/src/graph_autoload.php +++ b/src/graph_autoload.php @@ -85,6 +85,7 @@ return array( 'ezcGraphDataSet' => 'Graph/datasets/base.php', 'ezcGraphArrayDataSet' => 'Graph/datasets/array.php', + 'ezcGraphInvalidArrayDataSourceException' => 'Graph/exceptions/invalid_data_source.php', 'ezcGraphNumericDataSet' => 'Graph/datasets/numeric.php', 'ezcGraphDataSetAveragePolynom' => 'Graph/datasets/average.php', 'ezcGraphDatasetAverageInvalidKeysException' => 'Graph/exceptions/invalid_keys.php', |