Neos\Flow\Persistence\Generic\DataMapper::injectPersistenceSession PHP 메소드

injectPersistenceSession() 공개 메소드

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