Example #1
0
 function __construct($annotationProperty, $annotationSubject, $annotationValue)
 {
     parent::__construct($annotationProperty);
     $this->annotationSubject = $annotationSubject;
     $this->annotationValue = $annotationValue;
 }
Example #2
0
 function __construct($subAnnotationProperty, $superAnnotationProperty)
 {
     parent::__construct($subAnnotationProperty);
     $this->addElement($superAnnotationProperty);
 }
Example #3
0
 function __construct($annotationProperty, $domain)
 {
     parent::__construct($annotationProperty);
     $this->domain = $domain;
 }
Example #4
0
 function __construct($annotationProperty, $range)
 {
     parent::__construct($annotationProperty);
     $this->range = $range;
 }