PHP 클래스 EclipseInvoker, simpletest

상속: extends SimpleInvokerDecorator
파일 보기 프로젝트 열기: simpletest/simpletest

공개 메소드들

메소드 설명
__construct ( &$invoker, &$listener )
after ( string $method ) Stops output buffering and send the captured output to the listener.
before ( string $method ) Starts output buffering.

메소드 상세

__construct() 공개 메소드

public __construct ( &$invoker, &$listener )

after() 공개 메소드

Stops output buffering and send the captured output to the listener.
public after ( string $method )
$method string Test method to call.

before() 공개 메소드

Starts output buffering.
public before ( string $method )
$method string Test method to call.