interface WriterInterface

Writer interface.

Methods

bool
isDirect()

Returns TRUE if the output isn't redirected or piped and FALSE in all other situations.

write(string $string)

Writes output.

Details

at line 22
bool isDirect()

Returns TRUE if the output isn't redirected or piped and FALSE in all other situations.

Return Value

bool

at line 29
write(string $string)

Writes output.

Parameters

string $string String to write