Lines Matching refs:context

133     private $context = '';  variable in Doctrine\\Common\\Annotations\\DocParser
338 * @param string $context The parsing context.
342 public function parse($input, $context = '') argument
349 $this->context = $context;
440 if (strlen($this->context)) {
441 $message .= ' in ' . $this->context;
555 $context = 'property ' . $class->name . "::\$" . $property->name;
559 … foreach (self::$metadataParser->parse($propertyComment, $context) as $annotation) {
734 …rted. Did you maybe forget to add a "use" statement for this annotation?', $name, $this->context));
741 …'The annotation "@%s" in %s does not exist, or could not be auto-loaded.', $name, $this->context));
760 …Annotation("%s") to the _class_ doc comment of %s.', $name, $name, $originalName, $this->context));
773 … $originalName, $this->context, self::$annotationMetadata[$name]['targets_literal'])
784 …throw AnnotationException::enumeratorError($property, $name, $this->context, $enum['literal'], $va…
799 …hrow AnnotationException::requiredError($property, $originalName, $this->context, 'a(n) '.$type['v…
815 …AnnotationException::attributeTypeError($property, $originalName, $this->context, 'either a(n) '.$…
820 …AnnotationException::attributeTypeError($property, $originalName, $this->context, 'a(n) '.$type['v…
835 … a property named "%s". Available properties: %s', $originalName, $this->context, $property, implo…
840 …ed on %s does not accept any values, but got %s.', $originalName, $this->context, json_encode($val…
980 throw AnnotationException::semanticalErrorConstants($identifier, $this->context);