Exemplo n.º 1
0
 /**
  * @return int
  */
 public function getIdHexaMini()
 {
     if (is_null($this->idHexaMini)) {
         $this->idHexaMini = HexaBusiness::idHexaMini($this);
     }
     return $this->idHexaMini;
 }