Class Persistent

Description

Persistentクラス。

セッション内で永続性の有るValue Objectを作るためのクラス。

Located in /Persistent.php (line 17)


	
			
Method Summary
Persistent Persistent ()
void clear ()
void clearPersistent ()
string getSessionName ()
void store ()
Methods
Constructor Persistent (line 26)

Persistentのコンストラクタ。

  • access: public
Persistent Persistent ()
clear (line 63)

対応するオブジェクトをクリアする抽象メソッド。

  • abstract:
  • access: public
void clear ()
clearPersistent (line 41)

session上の対応する変数を開放する。

  • final:
  • access: public
void clearPersistent ()
getSessionName (line 72)

session上の対応する変数名を返す抽象メソッド

  • return: セッション上での名前
  • abstract:
  • access: public
string getSessionName ()
store (line 52)

対応するオブジェクトをsession上の対応する変数にシリアライズ化して格納する。

  • final:
  • access: public
void store ()

Documentation generated on Tue, 3 May 2005 22:52:01 +0900 by phpDocumentor 1.3.0RC3