Difference between revisions of "PHPLights/Documentation/liblights/LsResponseWeb"
From Linuxnetworks
< PHPLights | Documentation | liblights
(initial) |
(update) |
||
| Line 3: | Line 3: | ||
class LsResponseWeb | class LsResponseWeb | ||
extends [[PHPLights/Documentation/liblights/LsResponse|LsResponse]] | extends [[PHPLights/Documentation/liblights/LsResponse|LsResponse]] | ||
| − | implements [[PHPLights/Documentation/Interfaces/ | + | implements [[PHPLights/Documentation/Interfaces/LsResponseIface|LsResponseIface]] |
{ | { | ||
| − | + | public function __construct() | |
| − | |||
| − | |||
| − | |||
protected function sendCookies() | protected function sendCookies() | ||
protected function sendHeaders() | protected function sendHeaders() | ||
| Line 18: | Line 15: | ||
== Public functions == | == Public functions == | ||
| − | === | + | === __construct() === |
| − | public | + | public function __construct() |
== Protected functions == | == Protected functions == | ||
| − | |||
| − | |||
| − | |||
| − | |||
=== sendCookies() === | === sendCookies() === | ||
Latest revision as of 16:19, 6 October 2007
Contents
Synopsis
class LsResponseWeb extends LsResponse implements LsResponseIface { public function __construct() protected function sendCookies() protected function sendHeaders() }
Description
Public functions
__construct()
public function __construct()
Protected functions
sendCookies()
protected function sendCookies()
sendHeaders()
protected function sendHeaders()
Back to Overview