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.
Afficher le fichier Open project: phalcon/incubator

Méthodes publiques

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

Method Details

execute() public méthode

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