GDS\Store::fetchByIds PHP Méthode

fetchByIds() public méthode

Fetch multiple entities by Key ID
public fetchByIds ( array $arr_ids ) : Entity[]
$arr_ids array
Résultat Entity[]
    public function fetchByIds(array $arr_ids)
    {
        return $this->obj_gateway->withSchema($this->obj_schema)->withTransaction($this->str_transaction_id)->fetchByIds($arr_ids);
    }