コード例 #1
0
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'callforwardbusyline')
 {
     return parent::toArray($name);
 }
コード例 #2
0
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'anoncallrejection')
 {
     return parent::toArray($name);
 }
コード例 #3
0
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'callforwardnoanswer')
 {
     return parent::toArray($name);
 }
コード例 #4
0
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'callwaiting')
 {
     return parent::toArray($name);
 }
コード例 #5
0
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'calleridblocking')
 {
     return parent::toArray($name);
 }