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:
Sean Harvey 2009-01-14 21:38:23 +00:00 committed by Sam Minnee
parent e85c00f0c7
commit efefdd7444

View File

@ -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;