PHP Class skeeks\cms\controllers\ContentElementController

Inheritance: extends skeeks\cms\base\Controller
Show file Open project: skeeks-cms/cms

Public Properties

Property Type Description
$_model skeeks\cms\models\CmsContentElement

Public Methods

Method Description
actionView ( )
behaviors ( )
getModel ( ) : array | boolean | null | skeeks\cms\models\CmsTree | ActiveRecord
init ( )

Protected Methods

Method Description
_initStandartMetaData ( ) TODO: Вынести в seo компонент

Method Details

_initStandartMetaData() protected method

Установка метаданных страницы
protected _initStandartMetaData ( )

actionView() public method

public actionView ( )

behaviors() public method

public behaviors ( )

getModel() public method

public getModel ( ) : array | boolean | null | skeeks\cms\models\CmsTree | ActiveRecord
return array | boolean | null | skeeks\cms\models\CmsTree | yii\db\ActiveRecord

init() public method

public init ( )

Property Details

$_model public property

public CmsContentElement,skeeks\cms\models $_model
return skeeks\cms\models\CmsContentElement