Property | Type | Description | |
---|---|---|---|
$query | Neos\Flow\Persistence\QueryInterface |
Method | Description | |
---|---|---|
__construct ( Neos\Flow\Persistence\QueryInterface $query ) | Constructor | |
count ( ) : integer | ||
current ( ) : object | ||
getFirst ( ) : object | Returns NULL | |
getQuery ( ) : Neos\Flow\Persistence\QueryInterface | Returns a clone of the query object | |
key ( ) : integer | ||
next ( ) : void | ||
offsetExists ( mixed $offset ) : boolean | ||
offsetGet ( mixed $offset ) : mixed | ||
offsetSet ( mixed $offset, mixed $value ) : void | ||
offsetUnset ( mixed $offset ) : void | ||
rewind ( ) : void | ||
toArray ( ) : array | Returns an empty array | |
valid ( ) : boolean |
public __construct ( Neos\Flow\Persistence\QueryInterface $query ) | ||
$query | Neos\Flow\Persistence\QueryInterface |
public getQuery ( ) : Neos\Flow\Persistence\QueryInterface | ||
return | Neos\Flow\Persistence\QueryInterface |
public offsetExists ( mixed $offset ) : boolean | ||
$offset | mixed | |
return | boolean | Returns FALSE in this case |
public offsetUnset ( mixed $offset ) : void | ||
$offset | mixed | The offset is ignored in this case |
return | void |