PHP 클래스 FofApp

상속: extends JApplicationCli
파일 보기 프로젝트 열기: akeeba/fof

보호된 프로퍼티들

프로퍼티 타입 설명
$admin

공개 메소드들

메소드 설명
__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

보호된 메소드들

메소드 설명
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

메소드 상세

__construct() 공개 메소드

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() 보호된 메소드

Disable PHP time limit
protected disableTimeLimit ( )

displayBanner() 보호된 메소드

Display the generator banner informations
protected displayBanner ( )

execute() 공개 메소드

The main entry point of the application
public execute ( )

getComposerInfo() 보호된 메소드

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

getTemplate() 공개 메소드

public getTemplate ( ) : string
리턴 string

loadLibraries() 보호된 메소드

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

reloadConfiguration() 공개 메소드

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

프로퍼티 상세

$admin 보호되어 있는 프로퍼티

protected $admin