PEAR Installer classes (Previous) (Next) PEAR_Autoloader::addAutoload

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

PEAR_Autoloader::addAggregateObject()

PEAR_Autoloader::addAggregateObject() -- Add an aggregate object to object.

Leírás

Add an aggregate object to this object. If the specified class is not defined, loading it will be attempted following PEAR's file naming scheme. All the methods in the class will be aggregated, except private ones (name starting with an underscore) and constructors.

Paraméterek

string $classname

what class to instantiate for the object.

Megjegyzés

Ez a függvény nem hívható statikusan.

PEAR Installer classes (Previous) (Next) PEAR_Autoloader::addAutoload

Download Documentation Last updated: Sun, 01 Jul 2007
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.