PHP Class FofApp

Inheritance: extends JApplicationCli
Datei anzeigen Open project: akeeba/fof

Protected Properties

Property Type Description
$admin

Public Methods

Method Description
__construct ( JInputCli $input = null, JRegistry $config = null, JDispatcher $dispatcher = null ) JApplicationCli didn't want to run on PHP CGI. I have my way of becoming VERY convincing. Now obey your true master, you petty class!
execute ( ) The main entry point of the application
getTemplate ( ) : string
reloadConfiguration ( string $path ) Load the Joomla Configuration from specific path

Protected Methods

Method Description
disableTimeLimit ( ) Disable PHP time limit
displayBanner ( ) Display the generator banner informations
getComposerInfo ( ) : object Load the informations from the composer.json file
loadLibraries ( ) Perform tedious tasks as loading Joomla files, error handling, etc

Method Details

__construct() public method

JApplicationCli didn't want to run on PHP CGI. I have my way of becoming VERY convincing. Now obey your true master, you petty class!
public __construct ( JInputCli $input = null, JRegistry $config = null, JDispatcher $dispatcher = null )
$input JInputCli
$config JRegistry
$dispatcher JDispatcher

disableTimeLimit() protected method

Disable PHP time limit
protected disableTimeLimit ( )

displayBanner() protected method

Display the generator banner informations
protected displayBanner ( )

execute() public method

The main entry point of the application
public execute ( )

getComposerInfo() protected method

Load the informations from the composer.json file
protected getComposerInfo ( ) : object
return object The composer file informations

getTemplate() public method

public getTemplate ( ) : string
return string

loadLibraries() protected method

Perform tedious tasks as loading Joomla files, error handling, etc
protected loadLibraries ( )

reloadConfiguration() public method

Load the Joomla Configuration from specific path
public reloadConfiguration ( string $path )
$path string The directory where we should find the configuration.php file

Property Details

$admin protected_oe property

protected $admin