$dx->name = 'Francisco3'; $dx->type = $issueTrackerDomain['MANTIS']; $dx->cfg = $str; $info = $it->create($dx); new dBug($info); $info = $it->getByName('Francisco3'); new dBug($info); die; $links = $it->getLinks(4); new dBug($links); // $it->link(4,2); $links = $it->getLinks(4); new dBug($links); $linkSet = $it->getLinkSet(); new dBug($linkSet); $info = $it->delete(0); new dBug($info); $info = $it->delete('papap'); new dBug($info); $info = $it->delete(-1); new dBug($info); $info = $it->delete(4); new dBug($info); $info = $it->delete(5); new dBug($info); die; /* $opt = array(null,array('output' => 'id')); foreach($opt as $o) { $info = $it->getByName('FMAN',$o);