예제 #1
0
파일: OneModel.php 프로젝트: schpill/thin
 /**
  * Delete the database row associated with this model instance.
  *
  * @return null
  */
 public function delete()
 {
     return $this->One->delete();
 }