contentbox.models.exporters

Interface ICBExporter

contentbox.models.exporters.ICBExporter
All Known Implementing Classes:
DataExporter , FileExporter

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- This is the main exporter for exporting content from ContentBox

Class Attributes:
None
Method Summary
numeric getTotal()
     Gets "total" based on content type.
boolean isValid()
     Determines if exporter is valid based on validation criteria.
array validate()
     Custom validator for this exporter.

Method Detail

getTotal

public numeric getTotal()

Gets "total" based on content type


isValid

public boolean isValid()

Determines if exporter is valid based on validation criteria


validate

public array validate()

Custom validator for this exporter...any rules can be applied