Yaf_Registry クラス
(Yaf >=1.0.0)
はじめに
Yaf_Registry のすべてのメソッドはstaticメソッドとして宣言されており、
どこからでもアクセスできます。これを使えば、コードのどこからでも必要に応じて
任意のデータを保存したり取得したりすることができます。
クラス概要
class Yaf_Registry
{
public static del(
string $name
):
void
public static has(
string $name
):
bool
public static set(
string $name
,
string $value
):
bool
}
目次
There are no user contributed notes for this page.