Beispiel #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->ownedAnnuaires = new ArrayCollection();
     $this->ownedSites = new ArrayCollection();
     $this->votes = new ArrayCollection();
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $this->isActive = true;
     $this->quotes = new \Doctrine\Common\Collections\ArrayCollection();
     $this->posts = new \Doctrine\Common\Collections\ArrayCollection();
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
     $this->base = new ArrayCollection();
     $this->campaigns = new ArrayCollection();
     $this->locked = true;
     $this->enabled = false;
 }
Beispiel #4
0
 public function __construct($id = null)
 {
     parent::__construct();
     $this->enabled = false;
     if ($id) {
         $this->id = $id;
     }
 }
Beispiel #5
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();
 }
Beispiel #6
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();
 }
Beispiel #7
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->enabled = true;
     $this->dateOfBirth = new \DateTime('1950-01-01');
     $this->code_copieur = str_pad(mt_rand(0, 999999), 4, '0', STR_PAD_LEFT);
     $password = $this->getPassword();
     if ($this->getService()) {
         $chef = $this->getService()->getChefService();
         if ($chef == $this) {
             return $this->chef_service = $this->getService();
         }
     }
 }
Beispiel #9
0
 public function __construct()
 {
     parent::__construct();
     $this->posts = new ArrayCollection();
 }
Beispiel #10
0
 public function __construct()
 {
     parent::__construct();
     $this->registrations = new ArrayCollection();
 }
Beispiel #11
0
 public function __construct()
 {
     $this->reviewers = new ArrayCollection();
     $this->conferences = new ArrayCollection();
     parent::__construct();
 }
Beispiel #12
0
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #13
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->customerOrders = new \Doctrine\Common\Collections\ArrayCollection();
 }
Beispiel #14
0
 public function __construct()
 {
     parent::__construct();
     $this->setRoles(array('ROLE_PERIODISTA'));
 }
Beispiel #15
0
 /**
  * User constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->organizes = new ArrayCollection();
     $this->admin = new ArrayCollection();
 }
Beispiel #16
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();
 }
 public function __construct()
 {
     parent::__construct();
     $this->enabled = true;
     $this->dateOfBirth = new \DateTime('1950-01-01');
 }
Beispiel #18
0
 public function __construct()
 {
     parent::__construct();
     $this->stats = new Stats();
 }
Beispiel #19
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();
 }
Beispiel #20
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->phones = new ArrayCollection();
     $this->computers = new ArrayCollection();
 }
Beispiel #21
0
 public function __construct()
 {
     parent::__construct();
     // your own logic
 }
Beispiel #22
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->groups = new ArrayCollection();
     $this->translations = new ArrayCollection();
 }
Beispiel #23
0
 public function __construct()
 {
     parent::__construct();
     $this->reservaciones = new ArrayCollection();
 }
Beispiel #24
0
 public function __construct()
 {
     parent::__construct();
     $this->productsFactored = new ArrayCollection();
 }
Beispiel #25
0
 /**
  * Get id
  *
  * @return integer $id
  */
 public function __construct()
 {
     parent::__construct();
     $this->restaurants = new ArrayCollection();
 }
Beispiel #26
0
 /**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->watchlist = new ArrayCollection();
 }
Beispiel #27
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->groups = new \Doctrine\Common\Collections\ArrayCollection();
 }
Beispiel #28
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->trainingSessionsSubscribed = new ArrayCollection();
     $this->groups = new ArrayCollection();
 }