querySetTo() публичный Метод

public querySetTo ( string $to, string $ns, string $xml, callable $cb ) : boolean
$to string
$ns string
$xml string
$cb callable
Результат boolean
Пример #1
0
 /**
  * @TODO
  * @param  string   $xml
  * @param  callable $cb
  * @callback $cb ( )
  */
 public function rosterSet($xml, $cb = null)
 {
     $this->xmpp->querySetTo($this->xmpp->fulljid, $this->ns, $xml, $cb);
 }