PHP Class EclipseInvoker, simpletest

Inheritance: extends SimpleInvokerDecorator
Afficher le fichier Open project: simpletest/simpletest

Méthodes publiques

Méthode 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 méthode

public __construct ( &$invoker, &$listener )

after() public méthode

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

before() public méthode

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