コード例 #1
0
ファイル: OneModel.php プロジェクト: schpill/thin
 /**
  * Delete the database row associated with this model instance.
  *
  * @return null
  */
 public function delete()
 {
     return $this->One->delete();
 }