コード例 #1
0
ファイル: DeleterTest.php プロジェクト: n0rthface/Runalyze
 /**
  * @param int $id
  */
 protected function delete($id)
 {
     $Deleter = new Deleter($this->PDO, new Object($this->fetch($id)));
     $Deleter->setAccountID(0);
     $Deleter->delete();
 }