email = $stat->getEmail(); } /** * Returns the Email entity. * * @return Email */ public function getEmail() { return $this->email; } /** * @return Stat */ public function getStat() { return $this->stat; } }