PHP 클래스 Grav\Plugin\Admin\Popularity

파일 보기 프로젝트 열기: getgrav/grav-plugin-admin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config Grav\Common\Config\Config
$daily_data
$daily_file
$data_path
$monthly_data
$monthly_file
$totals_data
$totals_file
$visitors_data
$visitors_file

공개 메소드들

메소드 설명
__construct ( )
flushPopularity ( )
getDailyChartData ( ) : array
getDailyTotal ( ) : integer
getMonthlyTotal ( ) : integer
getWeeklyTotal ( ) : integer
trackHit ( )

보호된 메소드들

메소드 설명
getData ( string $path ) : array
getMonthyChartData ( ) : array
updateDaily ( )
updateMonthly ( )
updateTotals ( string $url )
updateVisitors ( string $ip )

메소드 상세

__construct() 공개 메소드

public __construct ( )

flushPopularity() 공개 메소드

public flushPopularity ( )

getDailyChartData() 공개 메소드

public getDailyChartData ( ) : array
리턴 array

getDailyTotal() 공개 메소드

public getDailyTotal ( ) : integer
리턴 integer

getData() 보호된 메소드

protected getData ( string $path ) : array
$path string
리턴 array

getMonthlyTotal() 공개 메소드

public getMonthlyTotal ( ) : integer
리턴 integer

getMonthyChartData() 보호된 메소드

protected getMonthyChartData ( ) : array
리턴 array

getWeeklyTotal() 공개 메소드

public getWeeklyTotal ( ) : integer
리턴 integer

trackHit() 공개 메소드

public trackHit ( )

updateDaily() 보호된 메소드

protected updateDaily ( )

updateMonthly() 보호된 메소드

protected updateMonthly ( )

updateTotals() 보호된 메소드

protected updateTotals ( string $url )
$url string

updateVisitors() 보호된 메소드

protected updateVisitors ( string $ip )
$ip string

프로퍼티 상세

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

protected Config,Grav\Common\Config $config
리턴 Grav\Common\Config\Config

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

protected $daily_data

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

protected $daily_file

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

protected $data_path

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

protected $monthly_data

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

protected $monthly_file

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

protected $totals_data

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

protected $totals_file

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

protected $visitors_data

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

protected $visitors_file