Phan\Language\FileRef::__toString PHP Méthode

__toString() public méthode

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