PhpOrient Protocols Common TransportInterface - Ostico/PhpOrient GitHub Wiki
PhpOrient\Protocols\Common\TransportInterface
Methods
execute
mixed PhpOrient\Protocols\Common\TransportInterface::execute(string $operation, array $params)
Execute the operation with the given name.
Arguments
- $operation string The operation to prepare.
- $params array The parameters for the operation.
configure
\PhpOrient\Protocols\Common\ConfigurableInterface PhpOrient\Protocols\Common\ConfigurableInterface::configure(array $options)
Configure the object.
Arguments
- $options array The options for the object.