System::which (Previous) (Next) PEAR_Autoloader::addAggregateObject

View this page in Last updated: Sun, 20 Jul 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Kapitel 32. PEAR - Die Installer-Klassen

Die Installer-Klassen bieten eine API zur Verwaltung von PEAR-Packages.

Warnung

Die Dokumentation berücksichtigt noch nicht vollständig PEAR Version 1.4.0.

PEAR_Autoload

Inhaltsverzeichnis
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

System::which (Previous) (Next) PEAR_Autoloader::addAggregateObject

Download Documentation Last updated: Sun, 20 Jul 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.