コード例 #1
0
ファイル: Structure.php プロジェクト: hamaco/phwittr-on-xoops
 public function clear()
 {
     $this->structure = array();
     $this->joinObjects = array();
     self::$instance = null;
 }