PHP 인터페이스 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.
파일 보기 프로젝트 열기: horde/horde 0 사용 예제들

공개 메소드들

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

메소드 상세

getComponentFactory() 공개 메소드

Returns a component instance factory.
public getComponentFactory ( ) : Components_Component_Factory
리턴 Components_Component_Factory The component factory.

getModules() 공개 메소드

Return the list of modules.
public getModules ( )

getOutput() 공개 메소드

Returns the output handler.
public getOutput ( ) : Components_Output
리턴 Components_Output The output handler.

getParser() 공개 메소드

Return the CLI parser.
public getParser ( )

getReleaseTasks() 공개 메소드

Returns the release tasks handler.
public getReleaseTasks ( ) : Components_Release_Tasks
리턴 Components_Release_Tasks The release tasks handler.

getRemote() 공개 메소드

Returns the handler for remote PEAR servers.
public getRemote ( ) : Horde_Pear_Remote
리턴 Horde_Pear_Remote The handler.

getRunnerChange() 공개 메소드

Returns the change log handler for a package.
public getRunnerChange ( ) : Components_Runner_Change
리턴 Components_Runner_Change The change log handler.

getRunnerCiPrebuild() 공개 메소드

Returns the continuous integration pre-build handler.
public getRunnerCiPrebuild ( ) : Components_Runner_CiPrebuild
리턴 Components_Runner_CiPrebuild The CI pre-build handler.

getRunnerCiSetup() 공개 메소드

Returns the continuous integration setup handler.
public getRunnerCiSetup ( ) : Components_Runner_CiSetup
리턴 Components_Runner_CiSetup The CI setup handler.

getRunnerComposer() 공개 메소드

Returns the composer handler for a package.
public getRunnerComposer ( ) : Components_Runner_Composer
리턴 Components_Runner_Composer The composer handler.

getRunnerDistribute() 공개 메소드

Returns the distribution handler for a package.
public getRunnerDistribute ( ) : Components_Runner_Distribute
리턴 Components_Runner_Distribute The distribution handler.

getRunnerFetchdocs() 공개 메소드

Returns the documentation fetch handler for a package.
public getRunnerFetchdocs ( ) : Components_Runner_Fetchdocs
리턴 Components_Runner_Fetchdocs The fetch handler.

getRunnerInstaller() 공개 메소드

Returns the installer for a package.
public getRunnerInstaller ( ) : Components_Runner_Installer
리턴 Components_Runner_Installer The installer.

getRunnerQc() 공개 메소드

Returns the qc handler for a package.
public getRunnerQc ( ) : Components_Runner_Qc
리턴 Components_Runner_Qc The qc handler.

getRunnerRelease() 공개 메소드

Returns the release handler for a package.
public getRunnerRelease ( ) : Components_Runner_Release
리턴 Components_Runner_Release The release handler.

getRunnerSnapshot() 공개 메소드

Returns the snapshot packaging handler for a package.
public getRunnerSnapshot ( ) : Components_Runner_Snapshot
리턴 Components_Runner_Snapshot The snapshot handler.

getRunnerUpdate() 공개 메소드

Returns the package XML handler for a package.
public getRunnerUpdate ( ) : Components_Runner_Update
리턴 Components_Runner_Update The package XML handler.

getRunnerWebdocs() 공개 메소드

Returns the website documentation handler for a package.
public getRunnerWebdocs ( ) : Components_Runner_Webdocs
리턴 Components_Runner_Webdocs The documentation handler.

initConfig() 공개 메소드

Initial configuration setup.
public initConfig ( Components_Config $config ) : null
$config Components_Config The configuration.
리턴 null

setModules() 공개 메소드

Set the list of modules.
public setModules ( Horde_Cli_Modular $modules ) : null
$modules Horde_Cli_Modular The list of modules.
리턴 null

setParser() 공개 메소드

Set the CLI parser.
public setParser ( Horde_Argv_Parser $parser ) : null
$parser Horde_Argv_Parser The parser.
리턴 null