Phalcon\Db\Adapter\MongoDB\Operation\Executable::execute PHP Method

execute() public method

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