skeeks\cms\controllers\AdminCmsContentTypeController::init PHP Method

init() public method

public init ( )
    public function init()
    {
        $this->name = "Управление контентом";
        $this->modelShowAttribute = "name";
        $this->modelClassName = CmsContentType::className();
        parent::init();
    }
AdminCmsContentTypeController