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

init() public method

public init ( )
    public function init()
    {
        $this->name = \Yii::t('skeeks/cms', "Site management");
        $this->modelShowAttribute = "name";
        $this->modelClassName = CmsSite::className();
        parent::init();
    }
AdminCmsSiteController