/** * Renvoie les Hexas liés à l'objet * @return HexaCollection */ public function getHexas() { if (is_null($this->cacheHexas)) { $this->cacheHexas = HexaBusiness::getByUtilisateur($this); $this->cacheHexas->store(); } return $this->cacheHexas; }