UserManual_Frontend_Http
backend class for Tinebase_Http_Server
This class handles all Http requests for the UserManual application
Implements:
Tinebase_Frontend_Interface
Extend:
Tinebase_Frontend_Http_Abstract
Methods
Name | Description |
---|---|
get | show manual page |
getContext | show manual page by context |
Inherited methods
Name | Description |
---|---|
__call | magic method for http api |
UserManual_Frontend_Http::get
Description
public get (string $file)
show manual page
Parameters
(string) $file
Return Values
void
UserManual_Frontend_Http::getContext
Description
public getContext (string $context)
show manual page by context
Parameters
(string) $context
Return Values
void