示例#1
0
 public function request()
 {
     $this->store();
     Microblog::commentNodeCreate($this->_to, $this->_parentid);
 }
示例#2
0
文件: CreateNode.php 项目: Hywan/moxl
 public function request()
 {
     $this->store();
     Microblog::nodeCreate($this->_to);
 }