Beispiel #1
0
 function __construct($body, $attributes = array())
 {
     parent::__construct($body, $attributes);
     if (!$body) {
         throw new PlivoError("No text set for " . $this->getName());
     }
 }
Beispiel #2
0
 function __construct($attributes = array())
 {
     parent::__construct(NULL, $attributes);
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct(NULL);
 }