<?
$return = false;
if (!empty($this->elemento)) {
$gara = gara::init($this->elemento);
if (!empty($gara)) {
$return = $gara->info;
}
?>