Phan\Language\FQSEN\FullyQualifiedFunctionName::isClosure PHP 메소드

isClosure() 공개 메소드

public isClosure ( ) : boolean
리턴 boolean True if this FQSEN represents a closure
    public function isClosure() : bool
    {
        return preg_match('/^closure_/', $this->getName()) === 1;
    }