Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Eloquent
Phony
Matcher
Matchable
PHP Interface Eloquent\Phony\Matcher\Matchable
Datei anzeigen
Open project: eloquent/phony
Public Methods
Method
Description
__toString
( ) :
string
Describe this matcher.
describe
(
Eloquent\Phony\Exporter\Exporter
$exporter
= null ) :
string
Describe this matcher.
Method Details
__toString()
public
method
Describe this matcher.
public
__toString
( ) :
string
return
string
The description.
describe()
public
method
Describe this matcher.
public
describe
(
Eloquent\Phony\Exporter\Exporter
$exporter
= null ) :
string
$exporter
Eloquent\Phony\Exporter\Exporter
The exporter to use.
return
string
The description.