lucee.Componentcontentbox.models.BaseEntityMethods
contentbox.models.menu.item.BaseMenuItem
contentbox.models.menu.item.MediaMenuItem
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- A Media-based Menu Item
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
mediaPath
|
true
|
false
|
|
any
|
provider
|
true
|
false
|
|
any
|
target
|
true
|
false
|
|
any
|
urlClass
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
string
|
getMediaPath()
|
string
|
getProvider()
|
string
|
getTarget()
|
string
|
getUrlClass()
|
any
|
setMediaPath(any mediaPath)
|
any
|
setProvider(any provider)
|
any
|
setTarget(any target)
|
any
|
setUrlClass(any urlClass)
|
Methods inherited from class contentbox.models.BaseEntityMethods |
---|
appendToMemento, appendToMementoProfile, arrayWrap, getDisplayCreatedDate, getDisplayModifiedDate, getEntityName, getId, includeMixin, isLoaded, preInsert, preUpdate |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anycolumn
- mediaPathnotnull
- falseormtype
- stringserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- provider:contentbox.models.menu.providers.MediaProviderpersistent
- falseserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- targetnotnull
- falseormtype
- stringserializable
- trueaccess
- publicrequired
- falsereturntype
- anycolumn
- urlClassnotnull
- falseormtype
- stringserializable
- trueMethod Detail |
---|
mediaPath
provider
target
urlClass