This commit is contained in:
parent
ac88e64940
commit
fe1bc520a8
@ -580,6 +580,10 @@ class Doctrine_Collection extends Doctrine_Access implements Countable, Iterator
|
||||
|
||||
return $this;
|
||||
}
|
||||
public function toArray()
|
||||
{
|
||||
return $this->data;
|
||||
}
|
||||
public function getDeleteDiff()
|
||||
{
|
||||
return array_diff($this->_snapshot, $this->data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user