PHP Interface Components_Dependencies, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Afficher le fichier Open project: horde/horde Interface Usage Examples

Méthodes publiques

Méthode Description
getComponentFactory ( ) : Components_Component_Factory Returns a component instance factory.
getModules ( ) Return the list of modules.
getOutput ( ) : Components_Output Returns the output handler.
getParser ( ) Return the CLI parser.
getReleaseTasks ( ) : Components_Release_Tasks Returns the release tasks handler.
getRemote ( ) : Horde_Pear_Remote Returns the handler for remote PEAR servers.
getRunnerChange ( ) : Components_Runner_Change Returns the change log handler for a package.
getRunnerCiPrebuild ( ) : Components_Runner_CiPrebuild Returns the continuous integration pre-build handler.
getRunnerCiSetup ( ) : Components_Runner_CiSetup Returns the continuous integration setup handler.
getRunnerComposer ( ) : Components_Runner_Composer Returns the composer handler for a package.
getRunnerDistribute ( ) : Components_Runner_Distribute Returns the distribution handler for a package.
getRunnerFetchdocs ( ) : Components_Runner_Fetchdocs Returns the documentation fetch handler for a package.
getRunnerInstaller ( ) : Components_Runner_Installer Returns the installer for a package.
getRunnerQc ( ) : Components_Runner_Qc Returns the qc handler for a package.
getRunnerRelease ( ) : Components_Runner_Release Returns the release handler for a package.
getRunnerSnapshot ( ) : Components_Runner_Snapshot Returns the snapshot packaging handler for a package.
getRunnerUpdate ( ) : Components_Runner_Update Returns the package XML handler for a package.
getRunnerWebdocs ( ) : Components_Runner_Webdocs Returns the website documentation handler for a package.
initConfig ( Components_Config $config ) : null Initial configuration setup.
setModules ( Horde_Cli_Modular $modules ) : null Set the list of modules.
setParser ( Horde_Argv_Parser $parser ) : null Set the CLI parser.

Method Details

getComponentFactory() public méthode

Returns a component instance factory.
public getComponentFactory ( ) : Components_Component_Factory
Résultat Components_Component_Factory The component factory.

getModules() public méthode

Return the list of modules.
public getModules ( )

getOutput() public méthode

Returns the output handler.
public getOutput ( ) : Components_Output
Résultat Components_Output The output handler.

getParser() public méthode

Return the CLI parser.
public getParser ( )

getReleaseTasks() public méthode

Returns the release tasks handler.
public getReleaseTasks ( ) : Components_Release_Tasks
Résultat Components_Release_Tasks The release tasks handler.

getRemote() public méthode

Returns the handler for remote PEAR servers.
public getRemote ( ) : Horde_Pear_Remote
Résultat Horde_Pear_Remote The handler.

getRunnerChange() public méthode

Returns the change log handler for a package.
public getRunnerChange ( ) : Components_Runner_Change
Résultat Components_Runner_Change The change log handler.

getRunnerCiPrebuild() public méthode

Returns the continuous integration pre-build handler.
public getRunnerCiPrebuild ( ) : Components_Runner_CiPrebuild
Résultat Components_Runner_CiPrebuild The CI pre-build handler.

getRunnerCiSetup() public méthode

Returns the continuous integration setup handler.
public getRunnerCiSetup ( ) : Components_Runner_CiSetup
Résultat Components_Runner_CiSetup The CI setup handler.

getRunnerComposer() public méthode

Returns the composer handler for a package.
public getRunnerComposer ( ) : Components_Runner_Composer
Résultat Components_Runner_Composer The composer handler.

getRunnerDistribute() public méthode

Returns the distribution handler for a package.
public getRunnerDistribute ( ) : Components_Runner_Distribute
Résultat Components_Runner_Distribute The distribution handler.

getRunnerFetchdocs() public méthode

Returns the documentation fetch handler for a package.
public getRunnerFetchdocs ( ) : Components_Runner_Fetchdocs
Résultat Components_Runner_Fetchdocs The fetch handler.

getRunnerInstaller() public méthode

Returns the installer for a package.
public getRunnerInstaller ( ) : Components_Runner_Installer
Résultat Components_Runner_Installer The installer.

getRunnerQc() public méthode

Returns the qc handler for a package.
public getRunnerQc ( ) : Components_Runner_Qc
Résultat Components_Runner_Qc The qc handler.

getRunnerRelease() public méthode

Returns the release handler for a package.
public getRunnerRelease ( ) : Components_Runner_Release
Résultat Components_Runner_Release The release handler.

getRunnerSnapshot() public méthode

Returns the snapshot packaging handler for a package.
public getRunnerSnapshot ( ) : Components_Runner_Snapshot
Résultat Components_Runner_Snapshot The snapshot handler.

getRunnerUpdate() public méthode

Returns the package XML handler for a package.
public getRunnerUpdate ( ) : Components_Runner_Update
Résultat Components_Runner_Update The package XML handler.

getRunnerWebdocs() public méthode

Returns the website documentation handler for a package.
public getRunnerWebdocs ( ) : Components_Runner_Webdocs
Résultat Components_Runner_Webdocs The documentation handler.

initConfig() public méthode

Initial configuration setup.
public initConfig ( Components_Config $config ) : null
$config Components_Config The configuration.
Résultat null

setModules() public méthode

Set the list of modules.
public setModules ( Horde_Cli_Modular $modules ) : null
$modules Horde_Cli_Modular The list of modules.
Résultat null

setParser() public méthode

Set the CLI parser.
public setParser ( Horde_Argv_Parser $parser ) : null
$parser Horde_Argv_Parser The parser.
Résultat null