'cafecafecafe', 'options' => 'cafecafecafe', 'hostType' => null, 'state' => Host::STATE_ACTIVE, ]; if ($key == null) { return $datos; } else { if (isset($datos[$key])) { return $datos[$key]; } else { throw new \Exception("No se seteo la key del dato a obtener. key=" . $key); } } } }