Ejemplo n.º 1
0
 function __construct($body, $attributes = array())
 {
     parent::__construct($body, $attributes);
     if (!$body) {
         throw new PlivoError("No text set for " . $this->getName());
     }
 }
Ejemplo n.º 2
0
 function __construct($attributes = array())
 {
     parent::__construct(NULL, $attributes);
 }
Ejemplo n.º 3
0
 public function toXML($header = true)
 {
     $xml = parent::toXML($header);
     return $xml;
 }