mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
0b6feffd4c
commit
5dc8b97217
@ -1391,6 +1391,9 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the component of a relationship.
|
* 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 string $componentName Name of the component
|
||||||
* @param DataObject|ComponentSet $componentValue Value of the component
|
* @param DataObject|ComponentSet $componentValue Value of the component
|
||||||
|
Loading…
Reference in New Issue
Block a user