PHP Interface 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.
Show file Open project: horde/horde Interface Usage Examples

Public Methods

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.

Method Details

getIgnore() public method

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

getInclude() public method

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

getInstallAs() public method

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

getPackageXmlPath() public method

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

getRole() public method

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

getRootPath() public method

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