Difference between revisions of "PHPLights/Documentation/liblights/LsTimerNone"
From Linuxnetworks
< PHPLights | Documentation | liblights
(update) |
(removed parent class) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Synopsis == | == Synopsis == | ||
| − | class LsTimerNone implements [[PHPLights/Documentation/Interfaces/LsTimerIface|LsTimerIface]] | + | class LsTimerNone |
| + | implements [[PHPLights/Documentation/Interfaces/LsTimerIface|LsTimerIface]] | ||
{ | { | ||
public function add( $msg = ' ' ) | public function add( $msg = ' ' ) | ||
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