PHP 클래스 Exakat\Reports\Reports

파일 보기 프로젝트 열기: exakat/exakat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$FORMATS

보호된 프로퍼티들

프로퍼티 타입 설명
$config cache for themes list in SQLITE
$datastore
$sqlite
$themes
$themesList cache for themes list

공개 메소드들

메소드 설명
__construct ( )
generate ( $dirName, $fileName )
generateFileReport ( $report )
getCount ( )

보호된 메소드들

메소드 설명
count ( $step = 1 )

메소드 상세

__construct() 공개 메소드

public __construct ( )

count() 보호된 메소드

protected count ( $step = 1 )

generate() 추상적인 공개 메소드

abstract public generate ( $dirName, $fileName )

generateFileReport() 추상적인 공개 메소드

abstract public generateFileReport ( $report )

getCount() 공개 메소드

public getCount ( )

프로퍼티 상세

$FORMATS 공개적으로 정적으로 프로퍼티

public static $FORMATS

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

cache for themes list in SQLITE
protected $config

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

protected $datastore

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

protected $sqlite

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

protected $themes

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

cache for themes list
protected $themesList