PHP Interface Phalcon\Db\Adapter\MongoDB\Operation\Executable

This interface is reserved for internal use until PHPC-378 is implemented, since execute() should ultimately be changed to use ServerInterface.
Show file Open project: phalcon/incubator

Public Methods

Method Description
execute ( MongoDB\Driver\Server $server ) : mixed Execute the operation.

Method Details

execute() public method

Execute the operation.
public execute ( MongoDB\Driver\Server $server ) : mixed
$server MongoDB\Driver\Server
return mixed