class ExecutionFinishedSubscriber implements ExecutionFinishedSubscriber

Methods

__construct(ProfileTracker $tracker, string $directory)

Create a new execution finished subscriber.

void
notify(ExecutionFinished $event)

Handle the event.

Details

at line 16
__construct(ProfileTracker $tracker, string $directory)

Create a new execution finished subscriber.

Parameters

ProfileTracker $tracker
string $directory

at line 25
void notify(ExecutionFinished $event)

Handle the event.

Parameters

ExecutionFinished $event

Return Value

void