PHP Class Jarves\Controller\Admin\DashboardWidgets

Show file Open project: jarves/jarves

Protected Properties

Property Type Description
$distributedCache Jarves\Cache\Backend\AbstractCache

Public Methods

Method Description
__construct ( AbstractCache $distributedCache )
analytics ( &$response )
apc ( &$response )
getCpuCoreCount ( )
getCpuUsage ( )
getRamSize ( ) : integer
getRamUsed ( ) : integer
getSpace ( )
latencies ( &$response )
latency ( &$response )
load ( &$response )
newsFeed ( &$response, $params )
space ( &$response )
uptime ( &$response )

Method Details

__construct() public method

public __construct ( AbstractCache $distributedCache )
$distributedCache Jarves\Cache\Backend\AbstractCache

analytics() public method

public analytics ( &$response )

apc() public method

public apc ( &$response )

getCpuCoreCount() public method

public getCpuCoreCount ( )

getCpuUsage() public method

public getCpuUsage ( )

getRamSize() public method

public getRamSize ( ) : integer
return integer kB

getRamUsed() public method

public getRamUsed ( ) : integer
return integer kB

getSpace() public method

public getSpace ( )

latencies() public method

public latencies ( &$response )

latency() public method

public latency ( &$response )

load() public method

public load ( &$response )

newsFeed() public method

public newsFeed ( &$response, $params )

space() public method

public space ( &$response )

uptime() public method

public uptime ( &$response )

Property Details

$distributedCache protected property

protected AbstractCache,Jarves\Cache\Backend $distributedCache
return Jarves\Cache\Backend\AbstractCache