diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-09-20 15:12:20 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-09-20 15:12:20 +0000 |
commit | 9d8baefbdf52a83adfb2efed5ebe4bd7b7f765a7 (patch) | |
tree | a5b7b9bdd5be0ffcbf3456fdb0c6c681d3de2c14 /src/datasets/array.php | |
parent | 3fe622918bd1c3e2694ecb2c7d244b9c33eb5693 (diff) | |
download | zetacomponents-graph-9d8baefbdf52a83adfb2efed5ebe4bd7b7f765a7.zip zetacomponents-graph-9d8baefbdf52a83adfb2efed5ebe4bd7b7f765a7.tar.gz |
- Added and improved documentation
Diffstat (limited to 'src/datasets/array.php')
-rw-r--r-- | src/datasets/array.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datasets/array.php b/src/datasets/array.php index 1d28aa0..c50665c 100644 --- a/src/datasets/array.php +++ b/src/datasets/array.php @@ -1,6 +1,6 @@ <?php /** - * File containing the abstract ezcGraphArrayDataSet class + * File containing the ezcGraphArrayDataSet class * * @package Graph * @version //autogentag// @@ -8,7 +8,7 @@ * @license http://ez.no/licenses/new_bsd New BSD License */ /** - * Basic class to contain the charts data + * Dataset class which receives arrays and use them as a base for datasets. * * @package Graph */ |