1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2007-08-29 22:20:30 +00:00
parent 04e5888a3c
commit 67fc9764c3

View File

@ -665,8 +665,10 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
* refresh
* refres data of related objects from the database
*
* @param string $name name of a related component.
* if set, this method only refreshes the specified related component
* @param string $name name of a related component.
* if set, this method only refreshes the specified related component
*
* @return Doctrine_Record this object
*/
public function refreshRelated($name = null)
{