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
string getName()
     Gets the name of the exporter.
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

getName

public string getName()

Gets the name of the exporter


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