PHP Class Hal\MutaTesting\Event\Subscriber\Format\HtmlSubscriber

Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Afficher le fichier Open project: halleck45/mutatesting

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $filename )
getSubscribedEvents ( )
onFirstRun ( FirstRunEvent $event )
onMutationsDone ( MutationsDoneEvent $event )

Method Details

__construct() public méthode

public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, $filename )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getSubscribedEvents() public static méthode

public static getSubscribedEvents ( )

onFirstRun() public méthode

public onFirstRun ( FirstRunEvent $event )
$event Hal\MutaTesting\Event\FirstRunEvent

onMutationsDone() public méthode

public onMutationsDone ( MutationsDoneEvent $event )
$event Hal\MutaTesting\Event\MutationsDoneEvent