Full index

Package indexes


a c f g s _
a
top
acContentBlockBase
acContentBlockBase in class.acContentBlockBase.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
c
top
$content_obj
acContentBlockBase::$content_obj in class.acContentBlockBase.php
class.acContentBlockBase.php
class.acContentBlockBase.php in class.acContentBlockBase.php
f
top
FillBlockParams
acContentBlockBase::FillBlockParams() in class.acContentBlockBase.php
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.
g
top
GetBlockInput
acContentBlockBase::GetBlockInput() in class.acContentBlockBase.php
Gets the html output of the block in backend.
This method is required and needs to be overwritten.
GetBlockProperties
acContentBlockBase::GetBlockProperties() in class.acContentBlockBase.php
Returns all valid properties of that block.
GetBlockProperty
acContentBlockBase::GetBlockProperty() in class.acContentBlockBase.php
Returns the value of a property.
GetBlockTypeProperties
acContentBlockBase::GetBlockTypeProperties() in class.acContentBlockBase.php
Defines additional properties of the blocktype that needs to be stored "outside" the block.
GetChangeLog
acContentBlockBase::GetChangeLog() in class.acContentBlockBase.php
Displays the changelog text for this blocktype.
Changelog will be displayed in modules changelog.
GetHeaderHTML
acContentBlockBase::GetHeaderHTML() in class.acContentBlockBase.php
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.
GetHelp
acContentBlockBase::GetHelp() in class.acContentBlockBase.php
Displays the help text for this blocktype.
Helptext will be displayed in modulehelp.
s
top
SetBlockProperty
acContentBlockBase::SetBlockProperty() in class.acContentBlockBase.php
Sets the value of a property. If not exists it will be created.
ShowBlock
acContentBlockBase::ShowBlock() in class.acContentBlockBase.php
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.
_
top
__construct
acContentBlockBase::__construct() in class.acContentBlockBase.php
Constructor.
Required for all subclasses.
Should be called from each subclass as the very first.
a c f g s _