Esempio n. 1
0
 /**
  * Generates a generic representation of the scalar, hash or list given in
  * $hashValue into the document, using an element of $hashElementName as
  * its parent
  *
  * @param string $hashElementName
  * @param mixed $hashValue
  */
 public function generateFieldTypeHash($hashElementName, $hashValue)
 {
     $this->hashGenerator->generateHashValue($this->xmlWriter, $hashElementName, $hashValue);
 }