Method | Description | |
---|---|---|
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. |
public getIgnore ( ) : Horde_Pear_Package_Contents_Ignore | ||
return | Horde_Pear_Package_Contents_Ignore | The ignore handler. |
public getInclude ( ) : Horde_Pear_Package_Contents_Include | ||
return | Horde_Pear_Package_Contents_Include | The include handler. |
public getInstallAs ( ) : Horde_Pear_Package_Contents_InstallAs | ||
return | Horde_Pear_Package_Contents_InstallAs | The install-as handler. |
public getPackageXmlPath ( ) : string | ||
return | string | The path to the package.xml file. |
public getRole ( ) : Horde_Pear_Package_Contents_Role | ||
return | Horde_Pear_Package_Contents_Role | The role handler. |
public getRootPath ( ) : string | ||
return | string | The path to the root. |