PEAR_Autoloader::addAggregateObject (Previous) (Next) PEAR_Autoloader::removeAggregateObject

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

PEAR_Autoloader::addAutoload()

PEAR_Autoloader::addAutoload() -- Add one or more autoload entries

Описание

Add one or more autoload entries.

Параметр

string $method

which method to autoload

string $classname

which class to find the method in. If the $method parameter is an array, this parameter may be omitted (and will be ignored if not), and the $method parameter will be treated as an associative array with method names as keys and class names as values.

Заметка

Эта функция не должна вызываться статически.

PEAR_Autoloader::addAggregateObject (Previous) (Next) PEAR_Autoloader::removeAggregateObject

Download Documentation Last updated: Mon, 02 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.