Included libraries | Package variables | General documentation | Methods |
WebCvs | Raw content |
input_id_type | No description | Code |
new | No description | Code |
input_id_type | description | prev | next | Top |
my ($self, $type) = @_; if($type){ $self->{'type'} = $type; } return $self->{'type'};}
new | description | prev | next | Top |
my($class,@args) = @_; my $self = $class->SUPER::new(@args); my ($type) = rearrange([qw(INPUT_ID_TYPE)], @args); $self->input_id_type($type); return $self;}