Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
Located in /class.acContentBlockBase.php (line 11)
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 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 Wed, 05 Oct 2011 18:23:02 +0200 by phpDocumentor 1.4.1