Airship\Cabin\Bridge\Landing\Files::permCheck PHP Méthode

permCheck() protected méthode

Permissions check
protected permCheck ( ) : boolean
Résultat boolean
    protected function permCheck() : bool
    {
        return $this->isSuperUser();
        // You're an admin!
    }