Overview

Packages

  • Pear

Classes

  • Horde_Pear_Exception
  • Horde_Pear_Package_Contents_Ignore_Composite
  • Horde_Pear_Package_Contents_Ignore_Dot
  • Horde_Pear_Package_Contents_Ignore_Git
  • Horde_Pear_Package_Contents_Ignore_Hidden
  • Horde_Pear_Package_Contents_Ignore_Nothing
  • Horde_Pear_Package_Contents_Ignore_Patterns
  • Horde_Pear_Package_Contents_Include_All
  • Horde_Pear_Package_Contents_InstallAs_Horde
  • Horde_Pear_Package_Contents_InstallAs_HordeApplication
  • Horde_Pear_Package_Contents_InstallAs_HordeComponent
  • Horde_Pear_Package_Contents_InstallAs_HordeRole
  • Horde_Pear_Package_Contents_List
  • Horde_Pear_Package_Contents_Role_HordeApplication
  • Horde_Pear_Package_Contents_Role_HordeComponent
  • Horde_Pear_Package_Dependencies
  • Horde_Pear_Package_Task_UpdateContents
  • Horde_Pear_Package_Type_Horde
  • Horde_Pear_Package_Xml
  • Horde_Pear_Package_Xml_Contents
  • Horde_Pear_Package_Xml_Directory
  • Horde_Pear_Package_Xml_Element_Directory
  • Horde_Pear_Package_Xml_Element_File
  • Horde_Pear_Package_Xml_Factory
  • Horde_Pear_Registry
  • Horde_Pear_Remote
  • Horde_Pear_Rest
  • Horde_Pear_Rest_Dependencies
  • Horde_Pear_Rest_Package
  • Horde_Pear_Rest_PackageList
  • Horde_Pear_Rest_Release
  • Horde_Pear_Rest_Releases

Interfaces

  • Horde_Pear_Package_Contents
  • Horde_Pear_Package_Contents_Ignore
  • Horde_Pear_Package_Contents_Include
  • Horde_Pear_Package_Contents_InstallAs
  • Horde_Pear_Package_Contents_Role
  • Horde_Pear_Package_Task
  • Horde_Pear_Package_Type
  • Overview
  • Package
  • Class
  • Tree

Interface Horde_Pear_Package_Type

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

Copyright 2011-2012 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.

Direct known implementers

Horde_Pear_Package_Type_Horde
Package: Pear
Category: Horde
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Pear
Located at Horde/Pear/Package/Type.php
Methods summary
public string
# getRootPath( )

Return the path to the root of the package.

Return the path to the root of the package.

Returns

string
The path to the root.
public string
# getPackageXmlPath( )

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

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

Returns

string
The path to the package.xml file.
public Horde_Pear_Package_Contents_Ignore
# getIgnore( )

Return the ignore handler for this package.

Return the ignore handler for this package.

Returns

Horde_Pear_Package_Contents_Ignore
The ignore handler.
public Horde_Pear_Package_Contents_Include
# getInclude( )

Return the include handler for this package.

Return the include handler for this package.

Returns

Horde_Pear_Package_Contents_Include
The include handler.
public Horde_Pear_Package_Contents_Role
# getRole( )

Return the role handler for this package.

Return the role handler for this package.

Returns

Horde_Pear_Package_Contents_Role
The role handler.
public Horde_Pear_Package_Contents_InstallAs
# getInstallAs( )

Return the install-as handler for this package.

Return the install-as handler for this package.

Returns

Horde_Pear_Package_Contents_InstallAs
The install-as handler.
API documentation generated by ApiGen