PHP Class Kohkimakimoto\Worker\Stats\StatsReporter

Datei anzeigen Open project: kohkimakimoto/workerphp

Protected Properties

Property Type Description
$bootTime
$interval
$on

Public Methods

Method Description
getBootTime ( )
getInterval ( )
getUptime ( $date = null )
isOn ( )
on ( $interval = 300 )
setBootTime ( $bootTime )

Method Details

getBootTime() public method

public getBootTime ( )

getInterval() public method

public getInterval ( )

getUptime() public method

public getUptime ( $date = null )

isOn() public method

public isOn ( )

on() public method

public on ( $interval = 300 )

setBootTime() public method

public setBootTime ( $bootTime )

Property Details

$bootTime protected_oe property

protected $bootTime

$interval protected_oe property

protected $interval

$on protected_oe property

protected $on