PEAR_Common::setFrontendObject

PEAR_Common::setFrontendObject() – 使用するフロントエンドを表すオブジェクトを設定する

Synopsis

require_once 'common.php';

void PEAR_Common::setFrontendObject ( object &$ui )

Description

使用するフロントエンドを表すオブジェクトを設定します。

Parameter

object $ui

フロントエンドオブジェクトへの参照。

Note

This function can not be called statically.