PHP Class Social\Controller\AddThisController

Inheritance: extends Gc\Module\Controller\AbstractController
Show file Open project: gotcms/gotcms

Protected Properties

Property Type Description
$form Social\Form\AddThis AddThis form
$model Social\Model\AddThis AddThis model

Public Methods

Method Description
addWidgetAction ( ) : mixed Save widget
configAction ( ) : mixed Save configuration
indexAction ( ) : array Index action
init ( ) : void Initialize controller

Method Details

addWidgetAction() public method

Save widget
public addWidgetAction ( ) : mixed
return mixed

configAction() public method

Save configuration
public configAction ( ) : mixed
return mixed

indexAction() public method

Index action
public indexAction ( ) : array
return array

init() public method

Initialize controller
public init ( ) : void
return void

Property Details

$form protected property

AddThis form
protected AddThis,Social\Form $form
return Social\Form\AddThis

$model protected property

AddThis model
protected AddThis,Social\Model $model
return Social\Model\AddThis