class Watcher

Methods

__construct(DriverInterface $driver, OutputInterface $output, RestartStrategy|null $strategy = null)

No description

void
run()

Start watching for file changes.

Details

at line 17
__construct(DriverInterface $driver, OutputInterface $output, RestartStrategy|null $strategy = null)

No description

Parameters

DriverInterface $driver
OutputInterface $output
RestartStrategy|null $strategy

at line 27
void run()

Start watching for file changes.

Return Value

void