예제 #1
0
파일: AddItem.php 프로젝트: movim/moxl
 public function request()
 {
     $this->store();
     Roster::add($this->_to, $this->_name, $this->_group);
 }
예제 #2
0
파일: AddItem.php 프로젝트: Hywan/moxl
 public function request()
 {
     $this->store();
     Roster::add($this->_to, '', '');
 }