Neos\Flow\Tests\Reflection\Fixture\Model\EntityWithDoctrineProxy::__load PHP Method

__load() public method

Forces initialization of the proxy
public __load ( )
    public function __load()
    {
        $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []);
    }