Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
mageekguy
atoum
asserters
phpResource
PHP Class mageekguy\atoum\asserters\phpResource
Inheritance:
extends
variable
Mostrar archivo
Open project: atoum/atoum
Public Methods
Method
Description
__call
(
$name
,
$arguments
)
__get
(
$asserter
)
isOfType
(
$type
,
$failMessage
= null )
setWith
(
$value
)
Protected Methods
Method
Description
getTypeAsserter
( )
matches
(
$pattern
,
$failMessage
= null )
Method Details
__call()
public
method
public
__call
(
$name
,
$arguments
)
__get()
public
method
public
__get
(
$asserter
)
getTypeAsserter()
protected
method
protected
getTypeAsserter
( )
isOfType()
public
method
public
isOfType
(
$type
,
$failMessage
= null )
matches()
protected
method
protected
matches
(
$pattern
,
$failMessage
= null )
setWith()
public
method
public
setWith
(
$value
)