Ejemplo n.º 1
0
 /**
  * Retrieves an associative array of primary keys.
  *
  * @param bool $useDirty
  * @return array
  */
 public function getPrimaryKey($useDirty = true)
 {
     return parent::_getPrimaryKey($useDirty);
 }