PHP Class PHPePub\Core\Logger

Author: A. Grandt ([email protected])
Datei anzeigen Open project: grandt/phpepub Class Usage Examples

Public Methods

Method Description
__construct ( string $name = null, boolean $isLogging = false ) Class constructor.
__destruct ( ) : void Class destructor
boolYN ( $isCurlInstalled ) : string
dumpInstalledModules ( )
getLog ( )
logLine ( $line )
start ( )

Method Details

__construct() public method

Class constructor.
public __construct ( string $name = null, boolean $isLogging = false )
$name string
$isLogging boolean

__destruct() public method

Class destructor
public __destruct ( ) : void
return void

boolYN() public method

public boolYN ( $isCurlInstalled ) : string
$isCurlInstalled
return string

dumpInstalledModules() public method

getLog() public method

public getLog ( )

logLine() public method

public logLine ( $line )

start() public method

public start ( )