コード例 #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
ファイル: Error404PageEntity.php プロジェクト: svobodni/web
 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();
 }