PHP 클래스 ScriptFUSION\Porter\Collection\RecordCollection

상속: implements Iterator
파일 보기 프로젝트 열기: ScriptFUSION/Porter 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Iterator $records, RecordCollection $previousCollection = null )
current ( )
findFirstCollection ( )
getPreviousCollection ( ) : RecordCollection | null
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Iterator $records, RecordCollection $previousCollection = null )
$records Iterator
$previousCollection RecordCollection

current() 공개 메소드

public current ( )

findFirstCollection() 공개 메소드

public findFirstCollection ( )

getPreviousCollection() 공개 메소드

public getPreviousCollection ( ) : RecordCollection | null
리턴 RecordCollection | null

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )