PEAR_Common::setFrontendObject()
PEAR_Common::setFrontendObject() -- Set object representing frontend to use.
概要
require_once 'common.php'; |
void
PEAR_Common::setFrontendObject (object &$ui)
説明
Set object that represents the frontend to be used.
パラメータ
- object
$ui
Reference of the frontend object
注意
この関数は、スタティックにコールする
ことはできません。