PEAR_Config

目次
PEAR_Config::PEAR_Config() -- コンストラクタ
PEAR_Config::apiVersion() -- API のバージョンを返す (PEAR 1.4.0 では 1.1)
PEAR_Config::definedBy() -- キーを定義しているのがどの config レイヤーなのかを通知する
PEAR_Config::deleteChannel() -- deleteChannel
PEAR_Config::get() -- 設定値を返す
PEAR_Config::getConfFile() -- 設定をレイヤーに保存するために使用するファイルを取得する
PEAR_Config::getDefaultChannel() -- デフォルトのチャネルを取得する
PEAR_Config::getDocs() -- 設定値についてのドキュメントを取得する
PEAR_Config::getFTP() --  ftp サーバは readFTPConfigFile() で設定する。これはリモートの設定ファイルが指定された場合にのみ使用する
PEAR_Config::getGroup() -- 設定キーのパラメータグループを取得する
PEAR_Config::getGroupKeys() -- グループ内のパラメータの一覧を取得する
PEAR_Config::getGroups() -- パラメータグループの一覧を取得する
PEAR_Config::getKeys() -- 現在の設定キーのすべて取得する
PEAR_Config::getLayers() -- 定義されているレイヤーを返す
PEAR_Config::getPrompt() -- 設定値についての短い説明を取得する
PEAR_Config::getRegistry() -- getRegistry
PEAR_Config::getRemote() -- getRemote
PEAR_Config::getREST() -- getREST
PEAR_Config::getSetValues() -- 設定項目として設定可能な値の一覧を取得する
PEAR_Config::getType() -- 設定値の型を取得する
PEAR_Config::isDefined() -- 指定したキーが設定値として存在するかどうかを返す
PEAR_Config::isDefinedLayer() -- 設定レイヤーが存在するかどうかを返す
PEAR_Config::mergeConfigFile() -- ファイルのデータを設定レイヤーにマージする
PEAR_Config::noRegistry() -- noRegistry
PEAR_Config::readConfigFile() -- 設定データをファイルから読み込む
PEAR_Config::readFTPConfigFile() -- readFTPConfigFile
PEAR_Config::remove() -- 設定レイヤーから設定キーを削除する
PEAR_Config::removeLayer() -- 設定レイヤー全体を一時的に削除する
PEAR_Config::set() -- 指定したレイヤーの項目に値を設定する
PEAR_Config::setChannels() -- チャネルの一覧を設定する
PEAR_Config::setInstallRoot() -- setInstallRoot
PEAR_Config::setRegistry() -- installroot と同様のカスタマイズを行う
PEAR_Config::singleton() -- PEAR_Config オブジェクトのインスタンスを返す
PEAR_Config::store() -- 設定データをレイヤーに保存する
PEAR_Config::toDefault() -- 設定キーの値をシステムの定義値に戻す
PEAR_Config::validConfiguration() --  設定ファイルが見つかったかどうか、 そしてこの設定からレジストリオブジェクトを取得できたかどうかを調べる
PEAR_Config::writeConfigFile() -- ファイルからのデータを設定レイヤーに書き込む

PEAR_Config() のクラスツリー