GDS\Store::fetchByNames PHP 메소드

fetchByNames() 공개 메소드

Only works for root Entities (i.e. those without parent Entities)
public fetchByNames ( array $arr_names ) : Entity | null
$arr_names array
리턴 Entity | null
    public function fetchByNames(array $arr_names)
    {
        return $this->obj_gateway->withSchema($this->obj_schema)->withTransaction($this->str_transaction_id)->fetchByNames($arr_names);
    }