PHP 인터페이스 Horde_Pear_Package_Type, 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 0 사용 예제들

공개 메소드들

메소드 설명
getIgnore ( ) : Horde_Pear_Package_Contents_Ignore Return the ignore handler for this package.
getInclude ( ) : Horde_Pear_Package_Contents_Include Return the include handler for this package.
getInstallAs ( ) : Horde_Pear_Package_Contents_InstallAs Return the install-as handler for this package.
getPackageXmlPath ( ) : string Return the path to the package.xml file for the package.
getRole ( ) : Horde_Pear_Package_Contents_Role Return the role handler for this package.
getRootPath ( ) : string Return the path to the root of the package.

메소드 상세

getIgnore() 공개 메소드

Return the ignore handler for this package.
public getIgnore ( ) : Horde_Pear_Package_Contents_Ignore
리턴 Horde_Pear_Package_Contents_Ignore The ignore handler.

getInclude() 공개 메소드

Return the include handler for this package.
public getInclude ( ) : Horde_Pear_Package_Contents_Include
리턴 Horde_Pear_Package_Contents_Include The include handler.

getInstallAs() 공개 메소드

Return the install-as handler for this package.
public getInstallAs ( ) : Horde_Pear_Package_Contents_InstallAs
리턴 Horde_Pear_Package_Contents_InstallAs The install-as handler.

getPackageXmlPath() 공개 메소드

Return the path to the package.xml file for the package.
public getPackageXmlPath ( ) : string
리턴 string The path to the package.xml file.

getRole() 공개 메소드

Return the role handler for this package.
public getRole ( ) : Horde_Pear_Package_Contents_Role
리턴 Horde_Pear_Package_Contents_Role The role handler.

getRootPath() 공개 메소드

Return the path to the root of the package.
public getRootPath ( ) : string
리턴 string The path to the root.