A Breadcrumb system.
WFBreadCrumbSetup manages the object graph which makes up the breadcrumb architecture.
You can add as many nodes as you like to the breadcrumb setup; you can even create complex branched trees. However, while a single class can have multiple classes pointing to it, of course a single class can only point to one class (the parent).
The resulting object graph is used to calculate a breadcrumb from any given object that appear in the graph.
Located in /framework/widgets/WFBreadCrumb.php (line 229)
WFObject | --WFBreadCrumbSetup
Static constructor for fluent interfaces.
Add a WFBreadCrumbNode to the object graph.
Calculate the breadcrumb info.
Render the bread crumb into HTML.
Set the "root" node of the object graph. This is used whenever the parent is NULL.
Set the HTML separator code.
Inherited From WFObject
WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::setValuesForKeys()
WFObject::validatedSetValueForKey()
WFObject::validatedSetValueForKeyPath()
WFObject::validateObject()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForStaticKey()
WFObject::valueForStaticKeyPath()
WFObject::valueForTargetAndKeyPath()
WFObject::valueForUndefinedKey()
WFObject::valueForUndefinedStaticKey()
WFObject::valuesForKeyPaths()
WFObject::valuesForKeys()
WFObject::_valueForStaticKey()
WFObject::__toString()
Documentation generated on Thu, 14 May 2009 16:19:49 -0400 by phpDocumentor 1.4.2