コード例 #1
0
ファイル: jContext.class.php プロジェクト: hadrienl/jelix
 /**
  * clear the context
  */
 static function clear()
 {
     self::$context = array();
 }