PHP Класс Neos\Flow\Persistence\EmptyQueryResult

Наследование: implements Neos\Flow\Persistence\QueryResultInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$query Neos\Flow\Persistence\QueryInterface

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

Constructor
public __construct ( Neos\Flow\Persistence\QueryInterface $query )
$query Neos\Flow\Persistence\QueryInterface

count() публичный Метод

public count ( ) : integer
Результат integer Returns 0 in this case

current() публичный Метод

public current ( ) : object
Результат object Returns NULL in this case

getFirst() публичный Метод

Returns NULL
public getFirst ( ) : object
Результат object Returns NULL in this case

getQuery() публичный Метод

Returns a clone of the query object
public getQuery ( ) : Neos\Flow\Persistence\QueryInterface
Результат Neos\Flow\Persistence\QueryInterface

key() публичный Метод

public key ( ) : integer
Результат integer Returns 0 in this case

next() публичный Метод

public next ( ) : void
Результат void

offsetExists() публичный Метод

public offsetExists ( mixed $offset ) : boolean
$offset mixed
Результат boolean Returns FALSE in this case

offsetGet() публичный Метод

public offsetGet ( mixed $offset ) : mixed
$offset mixed
Результат mixed Returns NULL in this case

offsetSet() публичный Метод

public offsetSet ( mixed $offset, mixed $value ) : void
$offset mixed The offset is ignored in this case
$value mixed The value is ignored in this case
Результат void

offsetUnset() публичный Метод

public offsetUnset ( mixed $offset ) : void
$offset mixed The offset is ignored in this case
Результат void

rewind() публичный Метод

public rewind ( ) : void
Результат void

toArray() публичный Метод

Returns an empty array
public toArray ( ) : array
Результат array

valid() публичный Метод

public valid ( ) : boolean
Результат boolean Returns FALSE in this case

Описание свойств

$query защищенное свойство

protected QueryInterface,Neos\Flow\Persistence $query
Результат Neos\Flow\Persistence\QueryInterface