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
Formatter
Presenter
Value
BaseExceptionTypePresenter
PHP Class PhpSpec\Formatter\Presenter\Value\BaseExceptionTypePresenter
Inheritance:
implements
ExceptionTypePresenter
显示文件
Open project: phpspec/phpspec
Public Methods
Method
Description
getPriority
( ) :
integer
present
(
mixed
$value
) :
string
supports
(
mixed
$value
) :
boolean
Method Details
getPriority()
public
method
public
getPriority
( ) :
integer
return
integer
present()
public
method
public
present
(
mixed
$value
) :
string
$value
mixed
return
string
supports()
public
method
public
supports
(
mixed
$value
) :
boolean
$value
mixed
return
boolean