コード例 #1
0
 public function init()
 {
     parent::init();
     $this->scenario = self::SCENARIO_RESEND_CONFIRMATION_MAIL;
 }
コード例 #2
0
 public function init()
 {
     parent::init();
     $this->scenario = self::SCENARIO_CHANGE_EMAIL;
 }
コード例 #3
0
 public function init()
 {
     parent::init();
     $this->scenario = self::SCENARIO_SIGN_IN;
 }
コード例 #4
0
 public function init()
 {
     parent::init();
     $this->scenario = self::SCENARIO_RESET_PASSWORD;
 }