skeeks\cms\controllers\ProfileController::behaviors PHP Method

behaviors() public method

public behaviors ( ) : array
return array
    public function behaviors()
    {
        return ['access' => ['class' => CmsAccessControl::className(), 'rules' => [['allow' => true, 'roles' => ['@'], 'actions' => ['index']]]]];
    }
ProfileController