PHP Class FofApp

Inheritance: extends JApplicationCli
Afficher le fichier Open project: akeeba/fof

Protected Properties

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

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 méthode

Disable PHP time limit
protected disableTimeLimit ( )

displayBanner() protected méthode

Display the generator banner informations
protected displayBanner ( )

execute() public méthode

The main entry point of the application
public execute ( )

getComposerInfo() protected méthode

Load the informations from the composer.json file
protected getComposerInfo ( ) : object
Résultat object The composer file informations

getTemplate() public méthode

public getTemplate ( ) : string
Résultat string

loadLibraries() protected méthode

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

reloadConfiguration() public méthode

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