forked from Ostico/PhpOrient
-
Notifications
You must be signed in to change notification settings - Fork 13
PhpOrient Protocols Common TransportInterface
Domenico Lupinetti edited this page Jan 1, 2015
·
4 revisions
- Interface name: TransportInterface
- Namespace: PhpOrient\Protocols\Common
- This is an interface
- This interface extends: PhpOrient\Protocols\Common\ConfigurableInterface
mixed PhpOrient\Protocols\Common\TransportInterface::execute(string $operation, array $params)
- Visibility: public
- $operation string
The operation to prepare.
- $params array
The parameters for the operation.
\PhpOrient\Protocols\Common\ConfigurableInterface PhpOrient\Protocols\Common\ConfigurableInterface::configure(array $options)
- Visibility: public
- This method is defined by PhpOrient\Protocols\Common\ConfigurableInterface
- $options array
The options for the object.