예제 #1
0
파일: Dog.php 프로젝트: sinfocol/gwf3
 /**
  * @return Dog_Channel
  */
 public static function setupChannel()
 {
     return self::setChannel(self::$LAST_SERVER->getChannelByName(self::$LAST_MSG->getArg(0)));
 }