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
PhpSpec
Wrapper
Unwrapper
PHP Class PhpSpec\Wrapper\Unwrapper
Inheritance:
implements
Prophecy\Prophecy\RevealerInterface
Datei anzeigen
Open project: phpspec/phpspec
Class Usage Examples
Public Methods
Method
Description
reveal
(
mixed
$value
) :
mixed
unwrapAll
(
array
$arguments
) :
array
unwrapOne
(
mixed
$argument
) :
mixed
Method Details
reveal()
public
method
public
reveal
(
mixed
$value
) :
mixed
$value
mixed
return
mixed
unwrapAll()
public
method
public
unwrapAll
(
array
$arguments
) :
array
$arguments
array
return
array
unwrapOne()
public
method
public
unwrapOne
(
mixed
$argument
) :
mixed
$argument
mixed
return
mixed