class Collection implements CollectionInterface
Methods
| __construct(Connection $connection, Query $search) | ||
| Entry[] | toArray() | |
| count() | ||
| getIterator() | ||
| offsetExists($offset) | ||
| offsetGet($offset) | ||
| offsetSet($offset, $value) | ||
| offsetUnset($offset) |
class Collection implements CollectionInterface
| __construct(Connection $connection, Query $search) | ||
| Entry[] | toArray() | |
| count() | ||
| getIterator() | ||
| offsetExists($offset) | ||
| offsetGet($offset) | ||
| offsetSet($offset, $value) | ||
| offsetUnset($offset) |
Please login to continue.