Airship\Cabin\Bridge\Landing\Files::permCheck PHP 메소드

permCheck() 보호된 메소드

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