Sindbad~EG File Manager

Current Path : /opt/nginxhttpd_/vendor/doctrine/orm/src/Query/AST/
Upload File :
Current File : //opt/nginxhttpd_/vendor/doctrine/orm/src/Query/AST/PartialObjectExpression.php

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Query\AST;

class PartialObjectExpression extends Node
{
    /** @var string */
    public $identificationVariable;

    /** @var mixed[] */
    public $partialFieldSet;

    /**
     * @param string  $identificationVariable
     * @param mixed[] $partialFieldSet
     */
    public function __construct($identificationVariable, array $partialFieldSet)
    {
        $this->identificationVariable = $identificationVariable;
        $this->partialFieldSet        = $partialFieldSet;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists