schema = $schema; $this->context = $context; } /** * @return Schema */ public function getSchema(): Schema { return $this->schema; } /** * @return ValidationContext */ public function getContext(): ValidationContext { return $this->context; } }