Exemplo n.º 1
0
 public function __construct(EdkRegistrationSettings $rs = null, $terms1Text, $terms2Text, $terms3Text)
 {
     parent::__construct($rs);
     $this->terms1AcceptedText = $terms1Text;
     $this->terms2AcceptedText = $terms2Text;
     $this->terms3AcceptedText = $terms3Text;
 }
Exemplo n.º 2
0
 public function __construct($mode, EdkRegistrationSettings $settings = null, $settingsRepository = null)
 {
     parent::__construct($settings);
     $this->mode = (int) $mode;
     $this->settingsRepository = $settingsRepository;
 }