PHP 클래스 Jackalope\Query\RowIterator

상속: implements SeekableIterator, implements Countable
파일 보기 프로젝트 열기: jackalope/jackalope

보호된 프로퍼티들

프로퍼티 타입 설명
$factory Jackalope\FactoryInterface
$objectManager Jackalope\ObjectManager
$position integer
$rows array

공개 메소드들

메소드 설명
__construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager, array $rows ) Create the iterator.
count ( ) : integer
current ( )
key ( )
next ( )
rewind ( )
seek ( integer $position )
valid ( ) : boolean

메소드 상세

__construct() 공개 메소드

Create the iterator.
public __construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager, array $rows )
$factory Jackalope\FactoryInterface the object factory
$objectManager Jackalope\ObjectManager
$rows array Raw data as described in QueryResult and \Jackalope\Transport\TransportInterface

count() 공개 메소드

public count ( ) : integer
리턴 integer

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

seek() 공개 메소드

public seek ( integer $position )
$position integer

valid() 공개 메소드

public valid ( ) : boolean
리턴 boolean

프로퍼티 상세

$factory 보호되어 있는 프로퍼티

protected FactoryInterface,Jackalope $factory
리턴 Jackalope\FactoryInterface

$objectManager 보호되어 있는 프로퍼티

protected ObjectManager,Jackalope $objectManager
리턴 Jackalope\ObjectManager

$position 보호되어 있는 프로퍼티

protected int $position
리턴 integer

$rows 보호되어 있는 프로퍼티

protected array $rows
리턴 array