Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "customizedcast";
     $this->data["alias_type"] = NULL;
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "groupcast";
     $this->data["filter"] = NULL;
 }
Ejemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "unicast";
     $this->data["device_tokens"] = NULL;
 }
Ejemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "filecast";
     $this->data["file_id"] = NULL;
 }
Ejemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
     $this->data["type"] = "broadcast";
 }