/
var
/
www
/
html
/
restaurants
/
vendor
/
doctrine
/
mongodb-odm
/
lib
/
Doctrine
/
ODM
/
MongoDB
/
Mapping
/
Annotations
/
Upload File
HOME
<?php declare(strict_types=1); namespace Doctrine\ODM\MongoDB\Mapping\Annotations; /** * Identifies a class as a document that can be embedded but not stored by itself * * @Annotation */ final class EmbeddedDocument extends AbstractDocument { /** @var Index[] */ public $indexes = []; }