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