PHP 클래스 Jarves\Controller\Admin\DashboardWidgets

파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$distributedCache Jarves\Cache\Backend\AbstractCache

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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

analytics() 공개 메소드

public analytics ( &$response )

apc() 공개 메소드

public apc ( &$response )

getCpuCoreCount() 공개 메소드

public getCpuCoreCount ( )

getCpuUsage() 공개 메소드

public getCpuUsage ( )

getRamSize() 공개 메소드

public getRamSize ( ) : integer
리턴 integer kB

getRamUsed() 공개 메소드

public getRamUsed ( ) : integer
리턴 integer kB

getSpace() 공개 메소드

public getSpace ( )

latencies() 공개 메소드

public latencies ( &$response )

latency() 공개 메소드

public latency ( &$response )

load() 공개 메소드

public load ( &$response )

newsFeed() 공개 메소드

public newsFeed ( &$response, $params )

space() 공개 메소드

public space ( &$response )

uptime() 공개 메소드

public uptime ( &$response )

프로퍼티 상세

$distributedCache 보호되어 있는 프로퍼티

protected AbstractCache,Jarves\Cache\Backend $distributedCache
리턴 Jarves\Cache\Backend\AbstractCache