Class acBlockType_multi_input

Description

Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!

  • author: Georg Busch (NaN)
  • copyright: 2010-2012 Georg Busch (NaN)

Located in /class.acBlockType_multi_input.php (line 2)

acContentBlockBase
   |
   --acBlockType_multi_input
Method Summary
acBlockType_multi_input __construct ( &$content_obj, [ $params = array()])
void FillParams ( &$params, [ $editing = false])
void GetInput ()
Methods
Constructor __construct (line 4)
acBlockType_multi_input __construct ( &$content_obj, [ $params = array()])
  • &$content_obj
  • $params

Redefinition of:
acContentBlockBase::__construct()
Constructor.
Required for all subclasses.
Should be called from each subclass as the very first.
FillParams (line 95)
  • access: public
void FillParams ( &$params, [ $editing = false])
  • &$params
  • $editing

Redefinition of:
acContentBlockBase::FillParams()
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.
GetInput (line 14)
  • access: public
void GetInput ()

Redefinition of:
acContentBlockBase::GetInput()
Gets the html output of the block in backend.
This method is required and needs to be overwritten.
SetBlockTypeProperties (line 55)
  • access: public
void SetBlockTypeProperties ()

Redefinition of:
acContentBlockBase::SetBlockTypeProperties()
Defines additional properties of the blocktype that affects all blocks of this type and needs to be stored "outside" the block.

Inherited Methods

Inherited From acContentBlockBase

acContentBlockBase::__construct()
acContentBlockBase::FillParams()
acContentBlockBase::GetChangeLog()
acContentBlockBase::GetContent()
acContentBlockBase::GetHeaderHTML()
acContentBlockBase::GetHelp()
acContentBlockBase::GetInput()
acContentBlockBase::GetProperties()
acContentBlockBase::GetProperty()
acContentBlockBase::SetBlockTypeProperties()
acContentBlockBase::SetContent()
acContentBlockBase::SetProperty()
acContentBlockBase::Show()
acContentBlockBase::Validate()

Documentation generated on Tue, 09 Oct 2012 16:57:04 +0200 by phpDocumentor 1.4.1