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