lucee.Componentcontentbox.models.exporters.BaseExporter
contentbox.models.exporters.DataExporter
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Exporter for Data-based content
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
content
The records this exporter will export.
|
true
|
false
|
Constructor Summary | |
---|---|
init()
Constructor. |
Method Summary | |
---|---|
string
|
getContent()
|
numeric
|
getTotal()
Gets "total" based on content type. |
any
|
setContent(any content)
|
array
|
validate()
Custom validator for this exporter. |
Methods inherited from class contentbox.models.exporters.BaseExporter |
---|
getAllowedFormats, getDisplayName, getFileName, getFormat, getLog, getName, getPriority, isValid, setAllowedFormats, setDisplayName, setFileName, setFormat, setLog, setName, setPriority |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
Property Detail |
---|
The records this exporter will export
access
- publicrequired
- falsereturntype
- anyserializable
- trueMethod Detail |
---|
Gets "total" based on content type
getTotal
in interface
ICBExporter
content
Custom validator for this exporter...any rules can be applied
validate
in interface
ICBExporter