blockExists() (Previous) (Next) errorMessage()

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

clearVariables()

clearVariables() -- 変数をクリアする

説明

グローバル変数は影響を受けず、 setVariable() で設定した変数のみが対象となります。 このメソッドが有用なのは、たとえば多くの変数を setVariable() で追加し、そのすべてが parse() したブロックに現れるかどうかがわからない場合です。 parse() した後で変数をクリアすると、 それが他のブロックで予期せず表示されてしまうリスクを回避できます。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。

blockExists() (Previous) (Next) errorMessage()

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.