예제 #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);
 }