PEAR_Common::setFrontendObject

PEAR_Common::setFrontendObject() – Set object representing frontend to use.

Synopsis

require_once 'common.php';

void PEAR_Common::setFrontendObject ( object &$ui )

Description

Set object that represents the frontend to be used.

Parameter

object $ui

Reference of the frontend object

Note

This function can not be called statically.