#1001 DDC-3005 - removed HydrationCompleteHandler#invokeAllDeferredPostLoadEvents()
(useless method call indirection)
This commit is contained in:
parent
c9ccd91421
commit
45221b1951
1 changed files with 2 additions and 8 deletions
|
@ -80,16 +80,10 @@ final class HydrationCompleteHandler
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This method should me called after any hydration cycle completed.
|
* This method should me called after any hydration cycle completed.
|
||||||
*/
|
*
|
||||||
public function hydrationComplete()
|
|
||||||
{
|
|
||||||
$this->invokeAllDeferredPostLoadEvents();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Method fires all deferred invocations of postLoad events
|
* Method fires all deferred invocations of postLoad events
|
||||||
*/
|
*/
|
||||||
private function invokeAllDeferredPostLoadEvents()
|
public function hydrationComplete()
|
||||||
{
|
{
|
||||||
$toInvoke = $this->deferredPostLoadInvocations;
|
$toInvoke = $this->deferredPostLoadInvocations;
|
||||||
$this->deferredPostLoadInvocations = array();
|
$this->deferredPostLoadInvocations = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue