PHP 클래스 Components_Component_Identify, horde

Copyright 2011-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 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Components_Config $config, array $actions, Components_Dependencies $dependencies ) Constructor.
setComponentInConfiguration ( ) : NULL. Inject the component selected based on the command arguments into the configuration.

비공개 메소드들

메소드 설명
_containsPackageXml ( string $path ) : boolean Checks if the directory contains a package.xml file.
_determineComponent ( array $arguments ) : array Determine the requested component.
_isDirectory ( string $path ) : boolean Checks if the provided directory is a directory.
_isPackageXml ( string $path ) : boolean Checks if the file name is a package.xml file.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Components_Config $config, array $actions, Components_Dependencies $dependencies )
$config Components_Config The active configuration.
$actions array The list of available actions.
$dependencies Components_Dependencies The dependency handler.

setComponentInConfiguration() 공개 메소드

Inject the component selected based on the command arguments into the configuration.
public setComponentInConfiguration ( ) : NULL.
리턴 NULL.