PHP 클래스 app\locker\data\dashboards\BaseDashboard

상속: extends app\locker\data\BaseData
파일 보기 프로젝트 열기: learninglocker/learninglocker

보호된 프로퍼티들

프로퍼티 타입 설명
$has_lrs
$lrs_repo

공개 메소드들

메소드 설명
__construct ( EloquentRepository $lrs_repo = null )
actorCount ( ) : count. Count the number of distinct actors within LRS statements.
getGraphData ( DateTime $startDate = null, DateTime $endDate = null )
getStatementNumbersByDate ( DateTime $startDate = null, DateTime $endDate = null ) Get a count of statements on each day the lrs has been active.
getStats ( ) Set all stats array.
statementAvgCount ( ) Using the number of days the LRS has been running with statements work out the average number of statements per day.
statementCount ( ) : count Count all statements in Learning Locker

보호된 메소드들

메소드 설명
statementDays ( ) Get a count of all the days from the first day a statement was submitted to Lrs.

메소드 상세

__construct() 공개 메소드

public __construct ( EloquentRepository $lrs_repo = null )
$lrs_repo Locker\Repository\Lrs\EloquentRepository

actorCount() 공개 메소드

Count the number of distinct actors within LRS statements.
public actorCount ( ) : count.
리턴 count.

getGraphData() 공개 메소드

public getGraphData ( DateTime $startDate = null, DateTime $endDate = null )
$startDate DateTime
$endDate DateTime

getStatementNumbersByDate() 공개 메소드

Get a count of statements on each day the lrs has been active.
public getStatementNumbersByDate ( DateTime $startDate = null, DateTime $endDate = null )
$startDate DateTime
$endDate DateTime

getStats() 공개 메소드

Set all stats array.
public getStats ( )

statementAvgCount() 공개 메소드

Using the number of days the LRS has been running with statements work out the average number of statements per day.
public statementAvgCount ( )

statementCount() 공개 메소드

Count all statements in Learning Locker
public statementCount ( ) : count
리턴 count

statementDays() 보호된 메소드

Get a count of all the days from the first day a statement was submitted to Lrs.
protected statementDays ( )

프로퍼티 상세

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

protected $has_lrs

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

protected $lrs_repo