PHP Class Gumdrop\PageCollection

Inheritance: implements Iterator, implements Countable, implements ArrayAccess
Show file Open project: simonjodet/gumdrop

Public Methods

Method Description
__construct ( $Pages = [] )
count ( )
current ( )
exportForTwigRendering ( )
key ( )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $Page )
offsetUnset ( $offset )
rewind ( )
valid ( )

Method Details

__construct() public method

public __construct ( $Pages = [] )

count() public method

public count ( )

current() public method

public current ( )

exportForTwigRendering() public method

key() public method

public key ( )

next() public method

public next ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $Page )

offsetUnset() public method

public offsetUnset ( $offset )

rewind() public method

public rewind ( )

valid() public method

public valid ( )