| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
File containing the ezcGraphArrayDataSet class
| Copyright: | Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. |
| License: | http://ez.no/licenses/new_bsd New BSD License |
| Version: | 1.5 |
| File Size: | 71 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ezcGraphArrayDataSet:: (3 methods):
__construct()
createFromArray()
count()
Class: ezcGraphArrayDataSet - X-Ref
Dataset class which receives arrays and use them as a base for datasets.| __construct( $data ) X-Ref |
| Constructor param: array|Iterator $data Array or Iterator containing the data return: void |
| createFromArray( $data = array() X-Ref |
| setData Can handle data provided through an array or iterator. param: array|Iterator $data return: void |
| count() X-Ref |
| Returns the number of elements in this dataset return: int |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |