/
home
/
obinna
/
html
/
restaurants
/
vendor
/
mongodb
/
mongodb
/
tests
/
Model
/
Upload File
HOME
<?php namespace MongoDB\Tests\Model; /** * This class is used by the BSONArray and BSONDocument clone tests. */ class UncloneableObject { private function __clone() { } }