ICallbackResponse¶
-
interface
OCP\AppFramework\Http\
ICallbackResponse
¶ - Interface ICallbackResponse
Implemented by: OCP\AppFramework\Http\StreamResponse
OCP\AppFramework\Http\FileDisplayResponse
OCP\AppFramework\Http\ZipResponse
Source: lib/public/AppFramework/Http/ICallbackResponse.php#33
Methods¶
-
public
OCP\AppFramework\Http\ICallbackResponse::
callback
($output)¶ - Outputs the content that should be printed
Source: Parameters: - $output (
OCP\AppFramework\Http\IOutput
) a small wrapper that handles output
Since: 8.1.0
- $output (