PHP Class Exakat\Reports\Reports

Afficher le fichier Open project: exakat/exakat Class Usage Examples

Méthodes publiques

Свойство Type Description
$FORMATS

Protected Properties

Свойство Type Description
$config cache for themes list in SQLITE
$datastore
$sqlite
$themes
$themesList cache for themes list

Méthodes publiques

Méthode Description
__construct ( )
generate ( $dirName, $fileName )
generateFileReport ( $report )
getCount ( )

Méthodes protégées

Méthode Description
count ( $step = 1 )

Method Details

__construct() public méthode

public __construct ( )

count() protected méthode

protected count ( $step = 1 )

generate() abstract public méthode

abstract public generate ( $dirName, $fileName )

generateFileReport() abstract public méthode

abstract public generateFileReport ( $report )

getCount() public méthode

public getCount ( )

Property Details

$FORMATS public_oe static_oe property

public static $FORMATS

$config protected_oe property

cache for themes list in SQLITE
protected $config

$datastore protected_oe property

protected $datastore

$sqlite protected_oe property

protected $sqlite

$themes protected_oe property

protected $themes

$themesList protected_oe property

cache for themes list
protected $themesList