getPrimaryKeys() public method

Returns the primary keys as array.
public getPrimaryKeys ( ) : array
return array [key1, key2, key3]
コード例 #1
0
ファイル: EntryPointStorage.php プロジェクト: jarves/jarves
 /**
  * {@inheritDoc}
  */
 public function getPrimaryKeys()
 {
     return parent::getPrimaryKeys();
 }