示例#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
 }