* @return void
* @access public
*/
- function Pie($configuracion) // ~X2C
+ function Pie($configuracion)// ~X2C
{
$this->_configuracion = $configuracion;
}
* @return string
* @access public
*/
- function toHtml() // ~X2C
+ function toHtml()// ~X2C
{
if (array_key_exists('pie_sistema',$this->_configuracion)) {
return $this->_configuracion['pie_sistema'];
* @return string
* @access public
*/
- function darPie() // ~X2C
+ function darPie()// ~X2C
{
return $this->_configuracion['pie_sistema'];
}