Exemplo n.º 1
0
 public function request()
 {
     $this->store();
     Microblog::commentNodeCreate($this->_to, $this->_parentid);
 }
Exemplo n.º 2
0
 public function request()
 {
     $this->store();
     Microblog::nodeCreate($this->_to);
 }