Difference between revisions of "PHPLights/Documentation/liblights/LsResponseCLI"
From Linuxnetworks
< PHPLights | Documentation | liblights
(initial) |
(update) |
||
| Line 3: | Line 3: | ||
class LsResponseCLI | class LsResponseCLI | ||
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() | |
| − | + | ||
| − | public | + | |
| − | + | ||
| − | + | ||
} | } | ||
| Line 15: | Line 11: | ||
== Public functions == | == Public functions == | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=== __construct() === | === __construct() === | ||
| − | + | public function __construct() | |
---- | ---- | ||
Back to [[PHPLights/Documentation/liblights|Overview]] | Back to [[PHPLights/Documentation/liblights|Overview]] | ||
Latest revision as of 16:18, 6 October 2007
Synopsis
class LsResponseCLI extends LsResponse implements LsResponseIface { public function __construct() }
Description
Public functions
__construct()
public function __construct()
Back to Overview