Phan\Language\FileRef::isInternal PHP Method

isInternal() public method

public isInternal ( ) : boolean
return boolean True if this object is internal to PHP
    public function isInternal() : bool
    {
        return 'internal' === $this->getFile();
    }