Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PHPSpec2
Formatter
Presenter
PresenterInterface
PHP 인터페이스 PHPSpec2\Formatter\Presenter\PresenterInterface
파일 보기
프로젝트 열기: phpspec/phpspec2
공개 메소드들
메소드
설명
presentException
(
Exception
$exception
,
$verbose
= false )
presentString
(
$string
)
presentValue
(
$value
)
메소드 상세
presentException()
공개
메소드
public
presentException
(
Exception
$exception
,
$verbose
= false )
$exception
Exception
presentString()
공개
메소드
public
presentString
(
$string
)
presentValue()
공개
메소드
public
presentValue
(
$value
)