mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
639dee8926
commit
d80a6899e1
@ -1,6 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* A special type Int field used for foreign keys in has_one relationships.
|
* 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 string $name
|
||||||
* @param DataOject $object The object that the foreign key is stored on (should have a relation with $name)
|
* @param DataOject $object The object that the foreign key is stored on (should have a relation with $name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user