Difference between revisions of "PHPLights/Documentation/liblights/LsTimerNone"
From Linuxnetworks
< PHPLights | Documentation | liblights
(parent class) |
(removed parent class) |
||
| Line 2: | Line 2: | ||
class LsTimerNone | class LsTimerNone | ||
| − | |||
implements [[PHPLights/Documentation/Interfaces/LsTimerIface|LsTimerIface]] | implements [[PHPLights/Documentation/Interfaces/LsTimerIface|LsTimerIface]] | ||
{ | { | ||
Latest revision as of 16:56, 6 October 2007
Contents
Synopsis
class LsTimerNone implements LsTimerIface { public function add( $msg = ' ' ) public function get() public function getList() public function notifyFrom( LsPublisherIface $p ) public function start() }
Description
Public functions
add()
public function add( $msg = ' ' )
get()
public function get()
getList()
public function getList()
notifyFrom()
public function notifyFrom( LsPublisherIface $p )
start()
public function start()
Back to Overview