Expressions::__toString PHP Méthode

__toString() public méthode

public __toString ( )
    public function __toString()
    {
        return $this->source . ' ' . $this->operator . ' ' . $this->target;
    }
Expressions