ePages 7.3.0 - DE_EPAGES/Installer/API/SystemInfoReport/SystemInfoReportHandlerDBStructure.pm

Package DE_EPAGES::Installer::API::SystemInfoReport::SystemInfoReportHandlerDBStructure

This the install handler for the DB structure

Functions

getReport
new

getReport

export the report of the DBStructure

Syntax
$DBStructureReportHandler->getReport( $Section );
Input
$Section (string)
name of section to be exported
Return
$hResult (hash ref)
hash containing RND, QA and AM report of passed section as keys

new

saves the report of passed sections in class variables

Syntax
$DBStructureReportHandler = DE_EPAGES::Installer::API::SystemInfoReport::SystemInfoReportHandlerFiles->new( $aFiles, $aStore );
Input
$aFiles (string)
list of all sections
$aStore (ref array)
list of all stores
$hOptions (ref.hash)
options for object initialization
Return
$DBStructureReportHandler (object)
system report handler files