PHP Class PhpSpec\Formatter\Presenter\Value\BaseExceptionTypePresenter

Inheritance: implements ExceptionTypePresenter
Show file 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