コード例 #1
0
 function destroy()
 {
     $this->destroyComponents();
     parent::destroy();
 }
コード例 #2
0
 function destroy()
 {
     $this->subitems = array();
     $this->container->destroy();
     parent::destroy();
 }
コード例 #3
0
ファイル: Pager.php プロジェクト: maniaplanet/manialive-lib
 function destroy()
 {
     $this->items = null;
     $this->pages = null;
     parent::destroy();
 }