mongodb\QueryBuilder ensureMongoId()

ensureMongoId() protected method

Converts given value into \MongoDB\BSON\ObjectID instance.

If array given, each element of it will be processed.

protected array|\MongoDB\BSON\ObjectID ensureMongoId ( $rawId )
$rawId mixed

Raw id(s).

return array|\MongoDB\BSON\ObjectID

Normalized id(s).

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.