PEAR Installer classes

Chapter 27. PEAR Installer classes

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

  • PEAR

    • PEAR_Autoloader

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.