PHP Class BlockCode, gxc-cms

Author: TQNguyen
Inheritance: extends CCodeModel
Mostrar archivo Open project: nganhtuan63/gxc-cms

Public Properties

Property Type Description
$baseClass
$blockClass
$blockID block name zone that will be filled by user before generating code
$blockName

Public Methods

Method Description
attributeLabels ( )
prepare ( ) * Prepare for generating the code for new block based on template files
rules ( )

Method Details

attributeLabels() public method

public attributeLabels ( )

prepare() public method

* Prepare for generating the code for new block based on template files
See also: CCodeModel::prepare()
public prepare ( )

rules() public method

public rules ( )

Property Details

$baseClass public_oe property

public $baseClass

$blockClass public_oe property

public $blockClass

$blockID public_oe property

block name zone that will be filled by user before generating code
public $blockID

$blockName public_oe property

public $blockName