Commit fe1bc520 authored by zYne's avatar zYne

--no commit message

--no commit message
parent ac88e649
...@@ -580,6 +580,10 @@ class Doctrine_Collection extends Doctrine_Access implements Countable, Iterator ...@@ -580,6 +580,10 @@ class Doctrine_Collection extends Doctrine_Access implements Countable, Iterator
return $this; return $this;
} }
public function toArray()
{
return $this->data;
}
public function getDeleteDiff() public function getDeleteDiff()
{ {
return array_diff($this->_snapshot, $this->data); return array_diff($this->_snapshot, $this->data);
......
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