Add a bunch of missing POD while the gears spin.

This commit is contained in:
Colin Kuskie 2012-01-18 13:39:16 -08:00
parent 475b73f6e6
commit 7406c02a78
5 changed files with 41 additions and 1 deletions

View file

@ -336,6 +336,14 @@ sub getDatabaseFieldType {
return "CHAR(255)";
}
#-------------------------------------------------------------------
=head2 getLabel ( )
Gets the label for this form control, including any configured hover help.
=cut
sub getLabel {
my ( $self ) = @_;