X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/5bef6cb12aa86876a8cffe8efc6a1623eb03ba1f..d942f04e0f9c142a0a75da12787b06adf310f250:/lib/MECON/Marco.php diff --git a/lib/MECON/Marco.php b/lib/MECON/Marco.php index b18d48b..bfbb231 100644 --- a/lib/MECON/Marco.php +++ b/lib/MECON/Marco.php @@ -348,6 +348,26 @@ Si es un objeto debe tener un metodo toHtml y opcionalmente puede tener un getCS } // -X2C + // +X2C Operation 277 + /** + * Permite obtener el array de configuracion completo. En caso de recibir una clave como parametro devuelve su valor. Solo se tienen en cuenta las claves del primer nivel. + * + * @param string $clave Clave del array de configuracion a obtener. + * + * @return mixed + * @access public + */ + function getConf($clave = null) // ~X2C + { + if ($clave) { + return @$this->_configuracion[$clave]; + } + else { + return $this->_configuracion + } + } + // -X2C + } // -X2C Class :MECON_Marco ?> \ No newline at end of file