public function request() { $this->store(); Microblog::commentNodeCreate($this->_to, $this->_parentid); }
public function request() { $this->store(); Microblog::nodeCreate($this->_to); }