PHP Class Social\Form\AddThis

Inheritance: extends Gc\Form\AbstractForm
Show file Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$model AddThis model

Public Methods

Method Description
addWidget ( string $fieldsetName, array $values = [] ) : void Add widgets
getModel ( ) : AddThis Return addthis model
init ( ) : void Init Module form
prepareConfig ( ) : void Prepare elements for configuration
prepareWidgets ( ) : void Prepare elements for widgets
setModel ( AddThis $model ) : AddThis Set model

Method Details

addWidget() public method

Add widgets
public addWidget ( string $fieldsetName, array $values = [] ) : void
$fieldsetName string Fieldset name
$values array Widgets values
return void

getModel() public method

Return addthis model
public getModel ( ) : AddThis
return Social\Model\AddThis

init() public method

Init Module form
public init ( ) : void
return void

prepareConfig() public method

Prepare elements for configuration
public prepareConfig ( ) : void
return void

prepareWidgets() public method

Prepare elements for widgets
public prepareWidgets ( ) : void
return void

setModel() public method

Set model
public setModel ( AddThis $model ) : AddThis
$model Social\Model\AddThis AddThis model
return AddThis

Property Details

$model protected property

AddThis model
protected $model