[] element index

All elements
a c f g s _
_
top
$_block_properties
acContentBlockBase::$_block_properties in class.acContentBlockBase.php
__construct
acContentBlockBase::__construct() in class.acContentBlockBase.php
Constructor
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 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
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;
GetHelp
acContentBlockBase::GetHelp() in class.acContentBlockBase.php
Displays the help text for this blocktype
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.
a c f g s _