PEAR_PackageFile::setLogger()

PEAR_PackageFile::setLogger()  -- setLogger

Referentiesamenvatting

require_once '/PackageFile.php';

void PEAR_PackageFile::setLogger (PEAR_Common &$l)

Beschrijving

set a logging class that matches the signature of PEAR_Common's log() method.

Parameter

PEAR_Common &$l

The PEAR_Common object.

Throws

throws no exceptions thrown

Note

Deze functie kan niet statisch worden aangeroepen.