Difference between revisions of "PHPLights/Documentation/liblights/LsDispatcherDefault"
From Linuxnetworks
< PHPLights | Documentation | liblights
(initial) |
(update) |
||
| Line 3: | Line 3: | ||
class LsDispatcherDefault | class LsDispatcherDefault | ||
extends [[PHPLights/Documentation/liblights/LsDispatcher|LsDispatcher]] | extends [[PHPLights/Documentation/liblights/LsDispatcher|LsDispatcher]] | ||
| − | implements [[PHPLights/Documentation/Interfaces/LsDispatcherIface|LsDispatcherIface | + | implements [[PHPLights/Documentation/Interfaces/LsDispatcherIface|LsDispatcherIface]] |
{ | { | ||
| − | |||
public function run( $mode = LsDispatcher::Display ) | public function run( $mode = LsDispatcher::Display ) | ||
} | } | ||
| Line 12: | Line 11: | ||
== Public functions == | == Public functions == | ||
| − | |||
| − | |||
| − | |||
| − | |||
=== run() === | === run() === | ||
Latest revision as of 13:18, 6 October 2007
Synopsis
class LsDispatcherDefault extends LsDispatcher implements LsDispatcherIface { public function run( $mode = LsDispatcher::Display ) }
Description
Public functions
run()
public function run( $mode = LsDispatcher::Display )
Back to Overview