Example #1
0
 public function createRequest(array $options = []) : DataSetRequestInterface
 {
     return $this->requestFactory->create($options);
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function createRequest(array $options = [])
 {
     return $this->requestFactory->create($options);
 }