PHP Класс EclipseInvoker, simpletest

Наследование: extends SimpleInvokerDecorator
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.