Commit 67fc9764 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 04e5888a
...@@ -665,8 +665,10 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count ...@@ -665,8 +665,10 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
* refresh * refresh
* refres data of related objects from the database * refres data of related objects from the database
* *
* @param string $name name of a related component. * @param string $name name of a related component.
* if set, this method only refreshes the specified related component * if set, this method only refreshes the specified related component
*
* @return Doctrine_Record this object
*/ */
public function refreshRelated($name = null) public function refreshRelated($name = null)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment