200], [['importer_id', 'margin_id', 'group'], 'unique', 'targetAttribute' => ['importer_id', 'margin_id', 'group'], 'message' => 'The combination of Importer ID, Margin ID and Group has already been taken.'] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'importer_id' => 'Importer ID', 'margin_id' => 'Margin ID', 'group' => 'Group', 'koef' => 'Koef', 'timestamp' => 'Timestamp', ]; } }