/**
  * Short description of method toArray
  *
  * @access public
  * @author Joel Bout, <*****@*****.**>
  * @return array
  */
 public function toArray()
 {
     $returnValue = array();
     $returnValue = parent::toArray();
     $returnValue['prop'] = $this->property->getUri();
     return (array) $returnValue;
 }
 /**
  * Short description of method toArray
  *
  * @access public
  * @author Joel Bout, <*****@*****.**>
  * @return array
  */
 public function toArray()
 {
     $returnValue = array();
     $returnValue = parent::toArray();
     $returnValue['val'] = $this->value;
     return (array) $returnValue;
 }
 /**
  * Short description of method toArray
  *
  * @access public
  * @author Joel Bout, <*****@*****.**>
  * @return array
  */
 public function toArray()
 {
     $returnValue = array();
     $returnValue = parent::toArray();
     //$returnValue['ca'] = "deprecated";
     $returnValue['contextId'] = $this->contextIdentifier;
     $returnValue['contextLabel'] = $this->contextLabel;
     $returnValue['variableIdentifier'] = $this->identifier;
     return (array) $returnValue;
 }