Page collection which delays searching for and loading pages until necessary.
$loader :callable
$pages :array
__construct(callable $loader)
Constructor.
pages loader
toArray(): array
Get pages in a array.
of \Phile\Model\Page
getIterator()
offsetExists( $offset)
offsetGet( $offset)
offsetSet( $offset, $value)
offsetUnset( $offset)
count()
load(): void
Perform page loading.