This commit is contained in:
Damian Mooyman 2013-07-12 15:07:43 +12:00
parent a5363aba6d
commit 7fbc752764
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* @uses DropdownField
*
* @param string $name
* @param DataOject $object The object that the foreign key is stored on (should have a relation with $name)
* @param DataObject $object The object that the foreign key is stored on (should have a relation with $name)
*
* @package framework
* @subpackage model