|
@ -59,6 +59,14 @@ abstract class MongoDbCommand |
|
|
abstract protected function concreteExecute(); |
|
|
abstract protected function concreteExecute(); |
|
|
|
|
|
|
|
|
abstract protected function checkParams(); |
|
|
abstract protected function checkParams(); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @TODO: implement method in subclasses for Profiler |
|
|
|
|
|
*/ |
|
|
|
|
|
public function __toString() |
|
|
|
|
|
{ |
|
|
|
|
|
return get_called_class(); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
class FindMongoCommand extends MongoDbCommand |
|
|
class FindMongoCommand extends MongoDbCommand |
|
|