예제 #1
0
파일: SetSubject.php 프로젝트: Hywan/moxl
 public function request()
 {
     $this->store();
     Muc::setSubject($this->_to, $this->_subject);
 }