Apache-Wyrd

 view release on metacpan or  search on metacpan

Wyrd/Input/Complex.pm  view on Meta::CPAN

=pod

=item (scalar) C<_get_value> (Apache::Wyrd::Input)

Don't subclass this one unless you know what you're doing.  Is normally
implemented only to return undef to any attempt to set a sub-Input's
value by default.

=cut

sub _get_value() {
	return;
}

=item 

=head1 BUGS/CAVEATS/RESERVED METHODS

Reserves the C<_setup>, C<_format_output>, and C<_generate_output>. 
Also overerides the register_input and _parse_options methods from
C<Apache::Wyrd::Input>. methods.



( run in 0.552 second using v1.01-cache-2.11-cpan-65fba6d93b7 )