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

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

PEAR_Autoloader::addAutoload()

PEAR_Autoloader::addAutoload() -- Añade una o más entradas de autocarga

Descripción

Añade una o más entradas de autocarga.

Parámetro

string $method

método a autocargar

string $classname

clase donde se encuentra el método. Si el parámetro $method es un vector, este parámetro puede ser omitido (y será ignorado si no), y el parámetro $method será tratado como un vector asociativo con los nombres de los métodos como etiquetas y los nombres de las clases como valores.

Nota

Esta función no puede ser llamada estáticamente.

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

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.