コード例 #1
0
ファイル: OneModel.php プロジェクト: schpill/thin
 /**
  * Get the database ID of this model instance.
  *
  * @return integer
  */
 public function id()
 {
     return $this->One->id();
 }