PHP 클래스 AppserverIo\Appserver\PersistenceContainer\Doctrine\DoctrineLocalContextConnection

저자: Tim Wagner ([email protected])
상속: extends AppserverIo\RemoteMethodInvocation\LocalContextConnection
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

공개 메소드들

메소드 설명
createContextSession ( ) : AppserverIo\RemoteMethodInvocation\SessionInterface Initializes a new session instance.
send ( AppserverIo\RemoteMethodInvocation\RemoteMethodInterface $remoteMethod ) : mixed Sends the remote method call to the container instance.

메소드 상세

createContextSession() 공개 메소드

Initializes a new session instance.
또한 보기: AppserverIo\RemoteMethodInvocation\ConnectionInterface::createContextSession()
public createContextSession ( ) : AppserverIo\RemoteMethodInvocation\SessionInterface
리턴 AppserverIo\RemoteMethodInvocation\SessionInterface The session instance

send() 공개 메소드

Sends the remote method call to the container instance.
또한 보기: AppserverIo\RemoteMethodInvocation\ConnectionInterface::send()
public send ( AppserverIo\RemoteMethodInvocation\RemoteMethodInterface $remoteMethod ) : mixed
$remoteMethod AppserverIo\RemoteMethodInvocation\RemoteMethodInterface The remote method instance
리턴 mixed The response from the container