예제 #1
0
 public function __construct($id = '')
 {
     parent::__construct($id);
 }
예제 #2
0
 public function __construct($id = '')
 {
     $this->smsSettings = new SmsSettings();
     $this->emailSettings = new EmailSettings();
     parent::__construct($id);
 }