Exemplo n.º 1
0
 /**
  * @return string
  */
 public function getTarget()
 {
     return PProperty::getFullyQualifiedName($this->contextBefore, $this->propertyBefore);
 }
Exemplo n.º 2
0
 /**
  * @return string
  */
 public function getTarget()
 {
     return PProperty::getFullyQualifiedName($this->contextAfter, $this->propertyAfter);
 }