MINOR Documentation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@104769 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-05-13 02:32:02 +00:00 committed by Sam Minnee
parent 4246cad180
commit 36eb2c91ff

View File

@ -1340,6 +1340,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