This commit is contained in:
parent
ac88e64940
commit
fe1bc520a8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user