예제 #1
0
파일: User.php 프로젝트: hafeez3000/lichess
 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
파일: User.php 프로젝트: carlos-mora/pfmweb
 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
 }