This commit is contained in:
parent
ac88e64940
commit
fe1bc520a8
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue