PEAR::PEAR()

PEAR::PEAR() – constructor (package developer related)

Synopsis

require_once 'PEAR.php';

void PEAR::PEAR ( string $errorClass = PEAR_Error )

Description

If you want to use the deconstructor functionality provide by PEAR, you have to call $this->PEAR() in the constructor of your class.

Parameter

  • string $errorClass - the name of the error class to use.

Note

This function can be called statically.

Predefined Constants (Previous) Deconstructor (package developer related) (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.