Skip to content

PhpOrient Protocols Common TransportInterface

Domenico Lupinetti edited this page Jan 1, 2015 · 4 revisions

PhpOrient\Protocols\Common\TransportInterface

Methods

execute

    mixed PhpOrient\Protocols\Common\TransportInterface::execute(string $operation, array $params)
Execute the operation with the given name.
  • Visibility: public
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.

Clone this wiki locally