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