class Collection implements CollectionInterface

Methods

__construct(Connection $connection, Query $search)

No description

Entry[]
toArray()

No description

count()

No description

getIterator()

No description

offsetExists($offset)

No description

offsetGet($offset)

No description

offsetSet($offset, $value)

No description

offsetUnset($offset)

No description

Details

__construct(Connection $connection, Query $search)

Parameters

Connection $connection
Query $search

Entry[] toArray()

Return Value

Entry[]

count()

getIterator()

offsetExists($offset)

Parameters

$offset

offsetGet($offset)

Parameters

$offset

offsetSet($offset, $value)

Parameters

$offset
$value

offsetUnset($offset)

Parameters

$offset