示例#1
0
 /**
  * Construct a user
  */
 public function __construct()
 {
     parent::__construct();
     $account = new \TYPO3\FLOW3\Security\Account();
     $account->setAuthenticationProviderName('AdminInterfaceProvider');
     $this->addAccount($account);
 }
示例#2
0
 /**
  * Constructs this Person
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->electronicAddresses = new \Doctrine\Common\Collections\ArrayCollection();
 }