dektrium\rbac\Bootstrap::checkAuthManagerConfigured PHP Метод

checkAuthManagerConfigured() защищенный Метод

Verifies that authManager component is configured.
protected checkAuthManagerConfigured ( Application $app ) : boolean
$app yii\base\Application
Результат boolean
    protected function checkAuthManagerConfigured(Application $app)
    {
        return $app->authManager instanceof ManagerInterface;
    }