Relax\Greppy\Pattern\Element\Metacharacter\Any::__toString PHP Метод

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

Gets the string representation of the element for usage inside patterns.
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return ".";
    }