コード例 #1
0
ファイル: row.php プロジェクト: daodaoliang/nooku-framework
 /**
  * Get the entity key
  *
  * @return string
  */
 public function getIdentityKey()
 {
     return parent::getIdentityColumn();
 }