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