Horde_Pear_Package_Type
in
Horde_Pear_Package_Type:: defines a helper that identifies a package type.
Tags
Table of Contents
- 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.
Methods
getIgnore()
Return the ignore handler for this package.
public
getIgnore() : Horde_Pear_Package_Contents_Ignore
Return values
Horde_Pear_Package_Contents_Ignore —The ignore handler.
getInclude()
Return the include handler for this package.
public
getInclude() : Horde_Pear_Package_Contents_Include
Return values
Horde_Pear_Package_Contents_Include —The include handler.
getInstallAs()
Return the install-as handler for this package.
public
getInstallAs() : Horde_Pear_Package_Contents_InstallAs
Return values
Horde_Pear_Package_Contents_InstallAs —The install-as handler.
getPackageXmlPath()
Return the path to the package.xml file for the package.
public
getPackageXmlPath() : string
Return values
string —The path to the package.xml file.
getRole()
Return the role handler for this package.
public
getRole() : Horde_Pear_Package_Contents_Role
Return values
Horde_Pear_Package_Contents_Role —The role handler.
getRootPath()
Return the path to the root of the package.
public
getRootPath() : string
Return values
string —The path to the root.