Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/doctrine/orm/src/Query/AST/CollectionMemberExpression.php
Ðазад
<?php declare(strict_types=1); namespace Doctrine\ORM\Query\AST; /** * CollectionMemberExpression ::= EntityExpression ["NOT"] "MEMBER" ["OF"] CollectionValuedPathExpression * * @link www.doctrine-project.org */ class CollectionMemberExpression extends Node { /** @var mixed */ public $entityExpression; /** @var PathExpression */ public $collectionValuedPathExpression; /** @var bool */ public $not; /** * @param mixed $entityExpr * @param PathExpression $collValuedPathExpr */ public function __construct($entityExpr, $collValuedPathExpr, bool $not = false) { $this->entityExpression = $entityExpr; $this->collectionValuedPathExpression = $collValuedPathExpr; $this->not = $not; } /** * {@inheritDoc} */ public function dispatch($walker) { return $walker->walkCollectionMemberExpression($this); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка