PHP Interface PHPSpec2\Formatter\FormatterInterface

Inheritance: extends Symfony\Component\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: phpspec/phpspec2

Public Methods

Method Description
setIO ( IO $io )
setPresenter ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
setStatisticsCollector ( StatisticsCollector $stats )

Method Details

setIO() public method

public setIO ( IO $io )
$io PHPSpec2\Console\IO

setPresenter() public method

public setPresenter ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface

setStatisticsCollector() public method

public setStatisticsCollector ( StatisticsCollector $stats )
$stats PHPSpec2\Listener\StatisticsCollector