lucee.Componentcontentbox.modules.contentbox-ui.models.PageBreadcrumbVisitor
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Visit page hierarchies and create breadcrumbs
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
CBHelper
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
any
|
visit(any page, [string separator='>'])
Visit and build out bread crumbs. |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- CBHelper@cbserializable
- trueMethod Detail |
---|
Visit and build out bread crumbs
page
- The page objectseparator
- The separator to use, defaults to '>'