org\bovigo\vfs\Quota::isLimited PHP 메소드

isLimited() 공개 메소드

checks if a quota is set
public isLimited ( ) : boolean
리턴 boolean
    public function isLimited()
    {
        return self::UNLIMITED < $this->amount;
    }