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

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

PEAR_Autoloader::addAggregateObject()

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

Description

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.

Parameter

string $classname

what class to instantiate for the object.

Note

This function can not be called statically.

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

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.