Zend_Navigation_ContainerImplements interfaces:
Zend_Navigation_Container
Container class for Zend_Navigation_Page classes.
Located in /Navigation/Container.php (line 32)
| Class | Description |
|---|---|
Zend_Navigation_Page
|
Base class for Zend_Navigation_Page pages |
Zend_Navigation
|
A simple container class for Zend_Navigation_Page pages |
addPage (line 107)
Adds a page to the container
This method will inject the container as the given page's parent by calling Zend_Navigation_Page::setParent().
count (line 499)
Returns number of pages in container
Implements Countable interface.
current (line 392)
Returns current page
Implements RecursiveIterator interface.
findAllBy (line 298)
Returns all child pages matching $property == $value, or an empty array if no pages are found
findBy (line 327)
Returns page(s) matching $property == $value
findOneBy (line 275)
Returns a child page matching $property == $value, or null if not found
getChildren (line 479)
Returns the child container.
Implements RecursiveIterator interface.
getPages (line 187)
Returns pages in the container
hasChildren (line 467)
Proxy to hasPages()
Implements RecursiveIterator interface.
hasPage (line 243)
Checks if the container has the given page
hasPages (line 263)
Returns true if container contains any pages
key (line 415)
Returns hash code of current page
Implements RecursiveIterator interface.
next (line 428)
Moves index pointer to next page in the container
Implements RecursiveIterator interface.
notifyOrderUpdated (line 91)
Notifies container that the order of pages are updated
removePage (line 200)
Removes the given page from the container
rewind (line 441)
Sets index pointer to first page in the container
Implements RecursiveIterator interface.
setPages (line 176)
Sets pages this container should have, removing existing pages
toArray (line 369)
Returns an array representation of all pages in container
valid (line 454)
Checks if container index is valid
Implements RecursiveIterator interface.
_sort (line 62)
Sorts the page index according to page order
__call (line 351)
Magic overload: Proxy calls to finder methods
Examples of finder calls:
Documentation generated on Mon, 21 Jun 2010 15:13:51 -0400 by phpDocumentor 1.4.3