Ejemplo n.º 1
0
 public function asXml($containerKey = 'conditions', $itemKey = 'condition')
 {
     $xml = '<attribute>' . $this->getAttribute() . '</attribute>' . '<operator>' . $this->getOperator() . '</operator>' . parent::asXml($containerKey, $itemKey);
     return $xml;
 }