schemaContainer = $schemaContainer; $this->diContainer = $factory->getDependencyInjectionContainer(); } /** * Return the set schema container. * * @return ContainerInterface the schema container */ protected function getSchemaContainer() { return $this->schemaContainer; } public function getDiContainer() { return $this->diContainer; } }