Difference between revisions of "PHPLights/Documentation/Interfaces/LsControllerIface"
From Linuxnetworks
< PHPLights | Documentation | Interfaces
(initial) |
(function fingerprints) |
||
| Line 11: | Line 11: | ||
=== run() === | === run() === | ||
| + | |||
| + | public function run( $action ); | ||
---- | ---- | ||
Back to [[PHPLights/Documentation/Interfaces|Overview]] | Back to [[PHPLights/Documentation/Interfaces|Overview]] | ||
Latest revision as of 12:00, 22 September 2007
Synopsis
interface LsControllerIface
{
public function run( $action );
}
Description
Public functions
run()
public function run( $action );
Back to Overview