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