Class acBlockType_checkbox

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_checkbox.php (line 2)

acContentBlockBase
   |
   --acBlockType_checkbox
Method Summary
acBlockType_checkbox __construct ( &$content_obj, [ $params = array()])
void GetInput ()
Methods
Constructor __construct (line 4)
acBlockType_checkbox __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.
GetInput (line 11)
  • 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.

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:02 +0200 by phpDocumentor 1.4.1