コード例 #1
0
 public static function getInstance()
 {
     if (self::$instance === null) {
         self::$instance = new self();
     }
     return self::$instance;
 }
コード例 #2
0
 public function delete()
 {
     parent::delete();
     Gpf_Db_Table_GadgetProperties::deleteAll($this->getId());
 }
コード例 #3
0
 public function init()
 {
     $this->setTable(Gpf_Db_Table_GadgetProperties::getInstance());
     parent::init();
 }