Exemplo n.º 1
0
 public function createContext(string $contextType, array $options = []) : DataSetContextInterface
 {
     return $this->contextFactory->create($contextType, $options);
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function createContext($contextType, array $options = [])
 {
     return $this->contextFactory->create($contextType, $options);
 }