Phan\Language\FQSEN\FullyQualifiedFunctionName::isClosure PHP Méthode

isClosure() public méthode

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