\Horde_Pear_Package_Type

Horde_Pear_Package_Type:: defines a helper that identifies a package type.

Summary

Methods
Constants
getRootPath()
getPackageXmlPath()
getIgnore()
getInclude()
getRole()
getInstallAs()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getRootPath()

getRootPath() : string

Return the path to the root of the package.

Returns

string —

The path to the root.

getPackageXmlPath()

getPackageXmlPath() : string

Return the path to the package.xml file for the package.

Returns

string —

The path to the package.xml file.

getIgnore()

getIgnore() : \Horde_Pear_Package_Contents_Ignore

Return the ignore handler for this package.

Returns

\Horde_Pear_Package_Contents_Ignore

The ignore handler.

getInclude()

getInclude() : \Horde_Pear_Package_Contents_Include

Return the include handler for this package.

Returns

\Horde_Pear_Package_Contents_Include

The include handler.

getInstallAs()

getInstallAs() : \Horde_Pear_Package_Contents_InstallAs

Return the install-as handler for this package.

Returns

\Horde_Pear_Package_Contents_InstallAs

The install-as handler.