MINOR Documentation (from r104769)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112380 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-15 01:12:41 +00:00
parent 0b6feffd4c
commit 5dc8b97217

View File

@ -1391,6 +1391,9 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
/**
* Sets the component of a relationship.
* This should only need to be called internally,
* and is mainly due to the caching logic in {@link getComponents()}
* and {@link getManyManyComponents()}.
*
* @param string $componentName Name of the component
* @param DataObject|ComponentSet $componentValue Value of the component