Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
Located in /class.acContentBlockBase.php (line 13)
Constructor.
Required for all subclasses.
Should be called from each subclass as the very first.
Function for the subclass to parse out data for it's parameters.
Needs to be overwritten if the blocktype provides a special kind of data that needs to be processed before storing it.
Gets the html output of the block in backend.
This method is required and needs to be overwritten.
Returns all valid properties of that block.
Returns the value of a property.
Defines additional properties of the blocktype that needs to be stored "outside" the block.
Displays the changelog text for this blocktype.
Changelog will be displayed in modules changelog.
Gets the html that needs to be inserted in the head section for this blocktype when editing a page.
Can be useful to add css or js.
Displays the help text for this blocktype.
Helptext will be displayed in modulehelp.
Sets the value of a property. If not exists it will be created.
Function for the subclass to perform the blocks output
Needs to be overwritten if the blocktype provides a special kind of data that needs to be processed before displaying it in frontend.
Documentation generated on Thu, 06 Oct 2011 20:54:40 +0200 by phpDocumentor 1.4.1