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
EclipseInvoker
PHP Class EclipseInvoker, simpletest
Inheritance:
extends
SimpleInvokerDecorator
显示文件
Open project: simpletest/simpletest
Public Methods
Method
Description
__construct
( &
$invoker
, &
$listener
)
after
(
string
$method
)
Stops output buffering and send the captured output to the listener.
before
(
string
$method
)
Starts output buffering.
Method Details
__construct()
public
method
public
__construct
( &
$invoker
, &
$listener
)
after()
public
method
Stops output buffering and send the captured output to the listener.
public
after
(
string
$method
)
$method
string
Test method to call.
before()
public
method
Starts output buffering.
public
before
(
string
$method
)
$method
string
Test method to call.