Beispiel #1
0
 public function listAll()
 {
     $st = new SIPTrunk();
     $stf = new SIPTrunkForm();
     $stf->setEntity($st);
     $stf->setLogin($this->login);
     $this->initLogin();
     $u2 = $stf->getListAllURL();
     $this->curl->get($u2);
     return ParserSIPTrunk::getListObject($this->curl->response, $this->login);
 }