Files
mongo-php-driver/docs/api/MongoDB/Command/Command.php
2014-06-12 03:19:17 -04:00

15 lines
199 B
PHP

<?php
namespace MongoDB\Command;
final class Command
{
/**
* @param array|object $document Command document
*/
public function __construct($document)
{
// ...
}
}