コード例 #1
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "customizedcast";
     $this->data["alias_type"] = NULL;
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "groupcast";
     $this->data["filter"] = NULL;
 }
コード例 #3
0
ファイル: AndroidUnicast.php プロジェクト: jemoker/umeng-push
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "unicast";
     $this->data["device_tokens"] = NULL;
 }
コード例 #4
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "filecast";
     $this->data["file_id"] = NULL;
 }
コード例 #5
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "broadcast";
 }