Add a bunch of missing POD while the gears spin.
This commit is contained in:
parent
475b73f6e6
commit
7406c02a78
5 changed files with 41 additions and 1 deletions
|
|
@ -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 ) = @_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue