Sokil\Mongo\Collection\Definition::__construct PHP Method

__construct() public method

public __construct ( array $definition = null )
$definition array
    public function __construct(array $definition = null)
    {
        if ($definition) {
            $this->merge($definition);
        }
    }