Difference between revisions of "PHPLights/Documentation/liblights/LsRequestCLI"
From Linuxnetworks
< PHPLights | Documentation | liblights
(initial) |
(update) |
||
| Line 3: | Line 3: | ||
class LsRequestCLI | class LsRequestCLI | ||
extends [[PHPLights/Documentation/liblights/LsRequest|LsRequest]] | extends [[PHPLights/Documentation/liblights/LsRequest|LsRequest]] | ||
| − | |||
{ | { | ||
| − | public | + | public function __construct() |
protected function setupPath( &$path ) | protected function setupPath( &$path ) | ||
| Line 15: | Line 14: | ||
== Public functions == | == Public functions == | ||
| − | === | + | === __construct() === |
| − | public | + | public function __construct() |
== Protected functions == | == Protected functions == | ||
Latest revision as of 13:46, 6 October 2007
Contents
Synopsis
class LsRequestCLI extends LsRequest { public function __construct() protected function setupPath( &$path ) protected function setupRequest( &$param ) }
Description
Public functions
__construct()
public function __construct()
Protected functions
setupPath()
protected function setupPath( &$path )
setupRequest()
protected function setupRequest( &$param )
Back to Overview