Revision 8 (by ahitrov@rambler.ru, 2010/03/29 11:46:38) Contenido UTF-8 core files
<%args>
	$object => undef
	$name => undef
	$SETS => undef
</%args>
<%init>
    return undef unless ref $SETS;
    return undef unless $name;

    return undef if $SETS->{$name} eq '';
    return $SETS->{$name};
</%init>