Exemplo n.º 1
0
 public function request()
 {
     $this->store();
     PubsubSubscription::listGetFriends($this->_to);
 }
Exemplo n.º 2
0
Arquivo: Add.php Projeto: movim/moxl
 public function request()
 {
     $this->store();
     PubsubSubscription::listAdd($this->_server, $this->_from, $this->_node, $this->_data['title']);
 }
Exemplo n.º 3
0
 public function request()
 {
     $this->store();
     PubsubSubscription::listGet();
 }
Exemplo n.º 4
0
 public function request()
 {
     $this->store();
     PubsubSubscription::listRemove($this->_to, $this->_from, $this->_node);
 }