예제 #1
0
파일: Client.php 프로젝트: knatorski/SMS
 public function __construct()
 {
     if (false === self::$_client instanceof GearmanClient) {
         self::$_client = new GearmanClient();
         $this->_setupGearmanClient();
     }
 }