예제 #1
0
파일: PageEntity.php 프로젝트: svobodni/web
    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>';
    }
예제 #2
0
 protected function startup()
 {
     parent::startup();
     $this->page->navigationShow = FALSE;
 }
예제 #3
0
파일: PageEntity.php 프로젝트: svobodni/web
 protected function startup()
 {
     parent::startup();
     $this->members = new ArrayCollection();
     $this->supporters = new ArrayCollection();
 }
예제 #4
0
파일: PageEntity.php 프로젝트: svobodni/web
 protected function startup()
 {
     parent::startup();
     $this->accounts = new ArrayCollection();
 }
예제 #5
0
파일: PageEntity.php 프로젝트: svobodni/web
 protected function startup()
 {
     parent::startup();
     $this->mailform = new MailformEntity();
 }