Chapter 27. PEAR Installer classes

Table of Contents
PEAR_Autoload
PEAR_Builder
PEAR_ChannelFile
PEAR_Command
PEAR_Common
PEAR_Config
PEAR_Dependency
PEAR_Dependency2
PEAR_DependencyDB
PEAR_Frontend
PEAR_Installer
PEAR
PEAR_Packager
PEAR_Registry
PEAR_Remote
PEAR_REST
PEAR
PEAR_Validate
PEAR

The PEAR Installer classes provides an API for the administration and management of PEAR Packages.

Warning

Documentation is not fully up-to-date with PEAR version 1.4.0.

PEAR_Autoload

Table of Contents
PEAR_Autoloader::addAggregateObject() -- Add an aggregate object to object.
PEAR_Autoloader::addAutoload() -- Add one or more autoload entries
PEAR_Autoloader::removeAggregateObject() -- Remove an aggregate object
PEAR_Autoloader::removeAutoload() -- Remove an autoload entry
PEAR_Autoloader::__call() -- Overloaded object call handler

This class is for objects where you want to separate the code for some methods into separate classes. This is useful if you have a class with not-frequently-used methods that contain lots of code that you would like to avoid always parsing.

Class Trees for PEAR_Autoloader