| Current Path : /proc/self/root/proc/self/root/opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/ |
| Current File : //proc/self/root/proc/self/root/opt/nginxhttpd_/vendor/doctrine/orm/src/Mapping/NamedQuery.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
/**
* @deprecated Named queries won't be supported in ORM 3.
*
* @Annotation
* @Target("ANNOTATION")
*/
final class NamedQuery implements MappingAttribute
{
/** @var string */
public $name;
/** @var string */
public $query;
}