예제 #1
0
 function __construct(QueryInterface $query, array $response)
 {
     parent::__construct($query);
     $this->init($response);
 }
예제 #2
0
 /**
  * @param QueryInterface $query
  * @param array $objects
  */
 function __construct(QueryInterface $query, array $objects)
 {
     parent::__construct($query);
     $this->objects = $objects;
 }