mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR phpDoc for Varchar->getName()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70154 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e85c00f0c7
commit
efefdd7444
@ -64,7 +64,8 @@ abstract class DBField extends ViewableData {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the name of this field
|
||||
* Returns the name of this field.
|
||||
* @return string
|
||||
*/
|
||||
function getName() {
|
||||
return $this->name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user