/**
  * Returns the primary key **name(s)** for this AR class.
  */
 public static function primaryKey()
 {
     return parent::primaryKey();
 }