PHP Class Exakat\Reports\Reports

Datei anzeigen Open project: exakat/exakat Class Usage Examples

Public Properties

Property Type Description
$FORMATS

Protected Properties

Property Type Description
$config cache for themes list in SQLITE
$datastore
$sqlite
$themes
$themesList cache for themes list

Public Methods

Method Description
__construct ( )
generate ( $dirName, $fileName )
generateFileReport ( $report )
getCount ( )

Protected Methods

Method Description
count ( $step = 1 )

Method Details

__construct() public method

public __construct ( )

count() protected method

protected count ( $step = 1 )

generate() abstract public method

abstract public generate ( $dirName, $fileName )

generateFileReport() abstract public method

abstract public generateFileReport ( $report )

getCount() public method

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