Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setElo(self::STARTING_ELO);
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->subscribedShows = new ArrayCollection();
     $this->subscribedNewShowsOnSite = [];
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->created = new \DateTime();
     $this->completedProfile = false;
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
 }
Пример #5
0
 /**
  * Document startup
  */
 public function __construct()
 {
     parent::__construct();
     $this->setCreatedAt(new \MongoDate());
 }
Пример #6
0
 public function __construct()
 {
     parent::__construct();
     $this->createdAt = new \DateTime();
     $this->setElo(self::STARTING_ELO);
 }
Пример #7
0
 public function __construct()
 {
     parent::__construct();
     // your own logic
 }