GDS\Store::fetchByIds PHP 메소드

fetchByIds() 공개 메소드

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