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

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

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