Phan\Language\Element\AddressableElement::isPublic PHP 메소드

isPublic() 공개 메소드

public isPublic ( ) : boolean
리턴 boolean True if this is a public property
    public function isPublic() : bool
    {
        return !($this->isProtected() || $this->isPrivate());
    }