Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Nelmio
Alice
Definition
FakeMethodCall
PHP Class Nelmio\Alice\Definition\FakeMethodCall
Inheritance:
implements
Nelmio\Alice\Definition\MethodCallInterface
,
use trait
Nelmio\Alice\NotCallableTrait
Show file
Open project: nelmio/alice
Public Methods
Method
Description
__toString
( ) :
string
getArguments
( ) :
array
getCaller
( )
getMethod
( ) :
string
withArguments
(
array
$arguments
= null )
Method Details
__toString()
public
method
public
__toString
( ) :
string
return
string
getArguments()
public
method
public
getArguments
( ) :
array
return
array
getCaller()
public
method
public
getCaller
( )
getMethod()
public
method
public
getMethod
( ) :
string
return
string
withArguments()
public
method
public
withArguments
(
array
$arguments
= null )
$arguments
array