PHP Класс AppserverIo\Appserver\PersistenceContainer\Doctrine\DoctrineLocalContextConnection

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\RemoteMethodInvocation\LocalContextConnection
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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