Eloquent\Phony\Matcher\EqualToMatcher::__toString PHP Метод

__toString() публичный Метод

Describe this matcher.
public __toString ( ) : string
Результат string The description.
    public function __toString()
    {
        return $this->exporter->export($this->value);
    }