getPrimaryKeys() public method

Returns the primary keys as array.
public getPrimaryKeys ( ) : array
return array [key1, key2, key3]
示例#1
0
 /**
  * {@inheritDoc}
  */
 public function getPrimaryKeys()
 {
     return parent::getPrimaryKeys();
 }