class Bell

Terminal bell helper.

Properties

protected Output $output Output instance.

Methods

__construct(Output $output)

Constructor.

ring(int $times = 1)

Rings the terminal bell n times.

Details

at line 33
__construct(Output $output)

Constructor.

Parameters

Output $output Output instance

at line 43
ring(int $times = 1)

Rings the terminal bell n times.

Parameters

int $times Number of times to ring the bell