PHP 클래스 Jackalope\Query\NodeIterator

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager, array $rows )
count ( )
current ( )
key ( )
next ( )
rewind ( )
seek ( $nodeName )
valid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager, array $rows )
$factory Jackalope\FactoryInterface the object factory
$objectManager Jackalope\ObjectManager
$rows array

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

seek() 공개 메소드

public seek ( $nodeName )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

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

protected FactoryInterface,Jackalope $factory
리턴 Jackalope\FactoryInterface

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

protected ObjectManager,Jackalope $objectManager
리턴 Jackalope\ObjectManager

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

protected $position

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

protected $rows