Exemplo n.º 1
0
 public function __construct(Leg $leg, Player $player)
 {
     $this->leg = $leg;
     $this->player = $player;
     $this->created = new \DateTime();
     $leg->addTurn($this);
 }