PHP 클래스 Neos\Flow\Persistence\EmptyQueryResult

상속: implements Neos\Flow\Persistence\QueryResultInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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