PHP 클래스 Gumdrop\PageCollection

상속: implements Iterator, implements Countable, implements ArrayAccess
파일 보기 프로젝트 열기: simonjodet/gumdrop

공개 메소드들

메소드 설명
__construct ( $Pages = [] )
count ( )
current ( )
exportForTwigRendering ( )
key ( )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $Page )
offsetUnset ( $offset )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $Pages = [] )

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

exportForTwigRendering() 공개 메소드

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $Page )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )