Phan\Language\FileRef::__toString PHP Method

__toString() public method

Get a string representation of the context
public __toString ( ) : string
return string
    public function __toString() : string
    {
        return $this->file . ':' . $this->line_number_start;
    }