Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PhpSpec
Loader
Transformer
TypeHintIndex
PHP Interface PhpSpec\Loader\Transformer\TypeHintIndex
显示文件
Open project: phpspec/phpspec
Interface Usage Examples
Public Methods
Method
Description
add
(
string
$class
,
string
$method
,
string
$argument
,
string
$typehint
)
addInvalid
(
string
$class
,
string
$method
,
string
$argument
,
Exception
$exception
)
lookup
(
string
$class
,
string
$method
,
string
$argument
) :
string
Method Details
add()
public
method
public
add
(
string
$class
,
string
$method
,
string
$argument
,
string
$typehint
)
$class
string
$method
string
$argument
string
$typehint
string
addInvalid()
public
method
public
addInvalid
(
string
$class
,
string
$method
,
string
$argument
,
Exception
$exception
)
$class
string
$method
string
$argument
string
$exception
Exception
lookup()
public
method
public
lookup
(
string
$class
,
string
$method
,
string
$argument
) :
string
$class
string
$method
string
$argument
string
return
string