Exemplo n.º 1
0
 /**
  * Prepares the Data Set String
  */
 protected function setDataSetString()
 {
     if (!utility::isArrayEmpty($this->values)) {
         $this->setProperty('chd', $this->getEncodingType() . ':' . $this->encodeData($this->values, ',', $this->getEncodingType()));
     }
 }