skeeks\cms\controllers\AdminCmsContentTypeController::init PHP 메소드

init() 공개 메소드

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