Lines Matching refs:public
21 if so then we will pass the value array, otherwise will try to inject values into public properties…
37 public function __construct(array $values)
50 public $bar;
109 public $mixed;
112 public $boolean;
115 public $bool;
118 public $float;
121 public $string;
124 public $integer;
127 public $array;
130 public $annotation;
133 public $arrayOfIntegers;
136 public $arrayOfAnnotations;
149 public function __construct(array $values)
175 public $requiredField;
183 public $direction; // Valid
186 public $direction; // Required field missing, throws an AnnotationException
210 public $value;
218 public $direction; // Valid value
221 public $direction; // Invalid value, throws an AnnotationException
306 public function getClassAnnotations(\ReflectionClass $class);
313 public function getClassAnnotation(\ReflectionClass $class, $annotationName);
320 public function getMethodAnnotations(\ReflectionMethod $method);
327 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
334 public function getPropertyAnnotations(\ReflectionProperty $property);
341 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);