コード例 #1
0
ファイル: Away.php プロジェクト: Hywan/moxl
 public function request()
 {
     $this->store();
     Presence::away($this->_status);
 }