예제 #1
0
파일: OneModel.php 프로젝트: schpill/thin
 /**
  * Get the database ID of this model instance.
  *
  * @return integer
  */
 public function id()
 {
     return $this->One->id();
 }