PHP Интерфейс Eloquent\Phony\Matcher\Matchable

Показать файл Открыть проект

Открытые методы

Метод Описание
__toString ( ) : string Describe this matcher.
describe ( Eloquent\Phony\Exporter\Exporter $exporter = null ) : string Describe this matcher.

Описание методов

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

Describe this matcher.
public __toString ( ) : string
Результат string The description.

describe() публичный метод

Describe this matcher.
public describe ( Eloquent\Phony\Exporter\Exporter $exporter = null ) : string
$exporter Eloquent\Phony\Exporter\Exporter The exporter to use.
Результат string The description.