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