abstract |
|---|
Base class that controls how data is output
| Methods | ||||||
|---|---|---|---|---|---|---|
abstract
protected
|
output_content(mixed $content, array $headers): void
Extended classes must override this method to output content
Extended classes must override this method to output content Parameters
Implemented by |
# | ||||
public
|
send_response(mixed $response, array $input = []): void
Wrapper around extended class output_content() calls
Wrapper around extended class output_content() calls Parameters
|
# | ||||