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
 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";
 }