Commit 89ce4a28 authored by nightfreak's avatar nightfreak

=added the missing getter for the Doctrine_Relation object

parent 9e337968
......@@ -780,4 +780,13 @@ class Doctrine_Collection extends Doctrine_Access implements Countable, Iterator
{
return Doctrine_Lib::getCollectionAsString($this);
}
/**
* returns the relation object
* @return object Doctrine_Relation
*/
public function getRelation()
{
return $this->relation;
}
}
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