Chapter 20. PPM classes

Table of Contents
PEAR_Autoload
PEAR_Builder
PEAR_Command
PEAR_Common
PEAR_Config
PEAR_Dependency
PEAR_Installer
PEAR_Packager
PEAR_Registry
PEAR_Remote

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

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