コード例 #1
0
ファイル: Speak.php プロジェクト: Narno-forks/plivo-php
 function __construct($body, $attributes = array())
 {
     parent::__construct($body, $attributes);
     if (!$body) {
         throw new PlivoError("No text set for " . $this->getName());
     }
 }
コード例 #2
0
ファイル: Record.php プロジェクト: Narno-forks/plivo-php
 function __construct($attributes = array())
 {
     parent::__construct(NULL, $attributes);
 }
コード例 #3
0
ファイル: Response.php プロジェクト: Narno-forks/plivo-php
 function __construct()
 {
     parent::__construct(NULL);
 }