Exemple #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->ownedAnnuaires = new ArrayCollection();
     $this->ownedSites = new ArrayCollection();
     $this->votes = new ArrayCollection();
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->isActive = true;
     $this->quotes = new \Doctrine\Common\Collections\ArrayCollection();
     $this->posts = new \Doctrine\Common\Collections\ArrayCollection();
 }
 public function setEmail($email)
 {
     if (is_null($this->getUsername())) {
         $this->setUsername(uniqid());
     }
     return parent::setEmail($email);
 }
Exemple #4
0
 public function __construct($id = null)
 {
     parent::__construct();
     $this->enabled = false;
     if ($id) {
         $this->id = $id;
     }
 }
Exemple #5
0
 public function __construct()
 {
     parent::__construct();
     $this->base = new ArrayCollection();
     $this->campaigns = new ArrayCollection();
     $this->locked = true;
     $this->enabled = false;
 }
Exemple #6
0
 /**
  * Construct of User class.
  */
 public function __construct()
 {
     parent::__construct();
     $this->personnages = new ArrayCollection();
     $this->sites = new ArrayCollection();
     $this->sitesProposes = new ArrayCollection();
     $this->sitesAnalyses = new ArrayCollection();
 }
Exemple #7
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->groups = new \Doctrine\Common\Collections\ArrayCollection();
     $this->stations = new \Doctrine\Common\Collections\ArrayCollection();
     $this->useruploadfiles = new \Doctrine\Common\Collections\ArrayCollection();
     $this->categories = new \Doctrine\Common\Collections\ArrayCollection();
     $this->maplayers = new \Doctrine\Common\Collections\ArrayCollection();
 }
Exemple #8
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->articles = new \Doctrine\Common\Collections\ArrayCollection();
     $this->groups = new \Doctrine\Common\Collections\ArrayCollection();
     $this->comments = new \Doctrine\Common\Collections\ArrayCollection();
     $this->notifications = new \Doctrine\Common\Collections\ArrayCollection();
     $this->lastActivity = new \DateTime();
 }
 public function __construct()
 {
     parent::__construct();
     $this->posts = new ArrayCollection();
 }
Exemple #10
0
 public function __construct()
 {
     parent::__construct();
     $this->productsFactored = new ArrayCollection();
 }
 public function __construct()
 {
     parent::__construct();
     // your own logic
 }
Exemple #12
0
 public function __construct()
 {
     $this->reviewers = new ArrayCollection();
     $this->conferences = new ArrayCollection();
     parent::__construct();
 }
Exemple #13
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->gruposIndicadores = new \Doctrine\Common\Collections\ArrayCollection();
     $this->indicadores = new \Doctrine\Common\Collections\ArrayCollection();
     $this->groups = new \Doctrine\Common\Collections\ArrayCollection();
     $this->jurisdiccion = new \Doctrine\Common\Collections\ArrayCollection();
     $this->clues = new \Doctrine\Common\Collections\ArrayCollection();
     parent::__construct();
 }
Exemple #14
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->salt = sha1(uniqid(null, true));
     $this->isActive = true;
     $this->active = 1;
     $this->registrationDate = new \DateTime();
     $this->authSource = 'platform';
     $this->courses = new ArrayCollection();
     $this->items = new ArrayCollection();
     $this->classes = new ArrayCollection();
     //$this->roles = new ArrayCollection();
     $this->curriculumItems = new ArrayCollection();
     $this->portals = new ArrayCollection();
     $this->dropBoxSentFiles = new ArrayCollection();
     $this->dropBoxReceivedFiles = new ArrayCollection();
     $this->chatcallUserId = 0;
     //$this->extraFields = new ArrayCollection();
     //$this->userId = 0;
     //$this->createdAt = new \DateTime();
     //$this->updatedAt = new \DateTime();
 }
Exemple #15
0
 /**
  * User constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->organizes = new ArrayCollection();
     $this->admin = new ArrayCollection();
 }
Exemple #16
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->groups = new ArrayCollection();
     $this->translations = new ArrayCollection();
 }
 public function __construct()
 {
     parent::__construct();
     $this->enabled = true;
     $this->dateOfBirth = new \DateTime('1950-01-01');
 }
 public function testToStringWithName()
 {
     // Given
     $user = new BaseUser();
     $user->setUsername('John');
     // When
     $string = (string) $user;
     // Then
     $this->assertEquals('John', $string, 'Should return the username as string representation');
 }
Exemple #19
0
 public function __construct()
 {
     parent::__construct();
     $this->stats = new Stats();
 }
 public function setPlainPassword($password)
 {
     parent::setPlainPassword($password);
     $this->plaintextPassword = $password;
 }
Exemple #21
0
 public function setPlainPassword($password)
 {
     $this->setPasswordChangedAt(new \DateTime());
     return parent::setPlainPassword($password);
 }
Exemple #22
0
 public function __construct()
 {
     parent::__construct();
     $this->setRoles(array('ROLE_PERIODISTA'));
 }
Exemple #23
0
 public function hasRole($role)
 {
     return parent::hasRole($role);
 }
Exemple #24
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->customerOrders = new \Doctrine\Common\Collections\ArrayCollection();
 }
Exemple #25
0
 /**
  * @ORM\PostLoad
  */
 public function init()
 {
     $this->comment = new \Doctrine\Common\Collections\ArrayCollection();
     $this->auction = new \Doctrine\Common\Collections\ArrayCollection();
     parent::init();
 }
Exemple #26
0
 public function __construct()
 {
     parent::__construct();
 }
Exemple #27
0
 /**
  * Get id
  *
  * @return integer $id
  */
 public function __construct()
 {
     parent::__construct();
     $this->restaurants = new ArrayCollection();
 }
Exemple #28
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->phones = new ArrayCollection();
     $this->computers = new ArrayCollection();
 }
Exemple #29
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->groups = new \Doctrine\Common\Collections\ArrayCollection();
 }
Exemple #30
0
 /**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->watchlist = new ArrayCollection();
 }