예제 #1
0
 /**
  * Returns the available SOAP methods
  *
  * @return array List of SOAP methods
  */
 public function listSources()
 {
     return $this->client->__getFunctions();
 }