Exemple #1
0
    protected function startup()
    {
        parent::startup();
        $this->mode = self::MODE_BASIC;
        $this->socialMode = self::SOCIAL_MODE_LOAD_AND_SAVE;
        $this->email = '<p>Thank your for your registration.</p>
			<p>Your registration informations:</p>

			<strong>E-mail:</strong> {$email}<br />
			<strong>Password:</strong> {$password}

			<p>
				Please activate your account here: {$link}
			</p>';
    }
Exemple #2
0
 protected function startup()
 {
     parent::startup();
     $this->page->navigationShow = FALSE;
 }
Exemple #3
0
 protected function startup()
 {
     parent::startup();
     $this->members = new ArrayCollection();
     $this->supporters = new ArrayCollection();
 }
Exemple #4
0
 protected function startup()
 {
     parent::startup();
     $this->accounts = new ArrayCollection();
 }
Exemple #5
0
 protected function startup()
 {
     parent::startup();
     $this->mailform = new MailformEntity();
 }