MINOR documentation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64415 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-10-16 12:05:08 +00:00
parent 639dee8926
commit d80a6899e1

View File

@ -1,6 +1,10 @@
<?php
/**
* A special type Int field used for foreign keys in has_one relationships.
* @uses ImageField
* @uses SimpleImageField
* @uses FileIframeField
* @uses DropdownField
*
* @param string $name
* @param DataOject $object The object that the foreign key is stored on (should have a relation with $name)