append_output($output)
| Parameters: |
|
|---|---|
| Returns: |
CI_Output instance (method chaining) |
| Return type: |
CI_Output |
Appends data onto the output string.
$this->output->append_output($data);
append_output($output)
| Parameters: |
|
|---|---|
| Returns: |
CI_Output instance (method chaining) |
| Return type: |
CI_Output |
Appends data onto the output string.
$this->output->append_output($data);
Please login to continue.