Files
Chamilo/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/ReferenceOne.php
2025-04-10 12:24:57 +02:00

16 lines
393 B
PHP

<?php
namespace Gedmo\Mapping\Annotation;
/**
* Reference annotation for ORM -> ODM references extension
* to be user like "@ReferenceOne(type="entity", class="MyEntity", identifier="entity_id")"
*
* @author Bulat Shakirzyanov <mallluhuct@gmail.com>
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
* @Annotation
*/
class ReferenceOne extends Reference
{
}