MINOR Documentation for CompositeDBField

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77895 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-05-27 00:32:37 +00:00
parent c22da1500d
commit 7bef503953

View File

@ -117,7 +117,9 @@ interface CompositeDBField {
*
* @param DBField|array $value
* @param array $record Map of values loaded from the database
* @param boolean $markChanged
* @param boolean $markChanged Indicate wether this field should be marked changed.
* Set to FALSE if you are initializing this field after construction, rather
* than setting a new value.
*/
function setValue($value, $record = null, $markChanged = true);