lastTurn = $lastTurn; $this->resultTurn = new LastTurn(); parent::__construct($generalObj, $env, $arg); } public function getLastTurn():LastTurn{ return $this->lastTurn; } public function setResultTurn(LastTurn $lastTurn){ $this->resultTurn = $lastTurn; } public function getResultTurn():LastTurn{ return $this->resultTurn; } };