Difference between revisions of "PHPLights/Documentation/liblights/LsTimer"
From Linuxnetworks
< PHPLights | Documentation | liblights
(PHPLights/Documentation/liblights/LsTimer moved to PHPLights/Documentation/liblights/LsTimerDefault) |
(new) |
||
| Line 1: | Line 1: | ||
| − | + | == Synopsis == | |
| + | |||
| + | class LsTimer implements [[PHPLights/Documentation/Interfaces/LsListenerIface|LsListenerIface]] | ||
| + | { | ||
| + | protected $tstart = 0; | ||
| + | protected $total = 0; | ||
| + | protected $list = array(); | ||
| + | |||
| + | public function notifyFrom( [[PHPLights/Documentation/Interfaces/LsPublisherIface|LsPublisherIface]] $p ) | ||
| + | } | ||
| + | |||
| + | == Description == | ||
| + | |||
| + | == Public functions == | ||
| + | |||
| + | === notifyFrom() === | ||
| + | |||
| + | public function notifyFrom( [[PHPLights/Documentation/Interfaces/LsPublisherIface|LsPublisherIface]] $p ) | ||
| + | |||
| + | |||
| + | ---- | ||
| + | Back to [[PHPLights/Documentation/liblights|Overview]] | ||
Latest revision as of 16:46, 6 October 2007
Synopsis
class LsTimer implements LsListenerIface { protected $tstart = 0; protected $total = 0; protected $list = array(); public function notifyFrom( LsPublisherIface $p ) }
Description
Public functions
notifyFrom()
public function notifyFrom( LsPublisherIface $p )
Back to Overview