Neos\Flow\Persistence\Generic\DataMapper::injectPersistenceSession PHP Method

injectPersistenceSession() public method

Injects the persistence session
public injectPersistenceSession ( Session $persistenceSession ) : void
$persistenceSession Session The persistence session
return void
    public function injectPersistenceSession(Session $persistenceSession)
    {
        $this->persistenceSession = $persistenceSession;
    }