createdUser = $createdUser; } /** * @return User */ public function getCreatedUser() { return $this->createdUser; } }