Example #1
0
 public function set($sName, $sValue, $sQuoteType = '"', $nPosition = -1, $nLine = -1)
 {
     $aVal = new AttributeValue($sName, $sQuoteType, $nPosition, $nLine);
     $aVal->setSource($sValue);
     $this->add($aVal);
 }