Exemplo n.º 1
0
 public function __construct($id = '')
 {
     parent::__construct($id);
 }
Exemplo n.º 2
0
 public function __construct($id = '')
 {
     $this->smsSettings = new SmsSettings();
     $this->emailSettings = new EmailSettings();
     parent::__construct($id);
 }