コード例 #1
0
ファイル: Entity.class.php プロジェクト: evilgeny/bob
 public function free()
 {
     unset($this->_mapper);
     parent::free();
 }