Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/doctrine/orm/src/Mapping/Builder/OneToManyAssociationBuilder.php
Ðазад
<?php declare(strict_types=1); namespace Doctrine\ORM\Mapping\Builder; /** * OneToMany Association Builder * * @link www.doctrine-project.com */ class OneToManyAssociationBuilder extends AssociationBuilder { /** * @phpstan-param array<string, string> $fieldNames * * @return $this */ public function setOrderBy(array $fieldNames) { $this->mapping['orderBy'] = $fieldNames; return $this; } /** * @param string $fieldName * * @return $this */ public function setIndexBy($fieldName) { $this->mapping['indexBy'] = $fieldName; return $this; } /** @return ClassMetadataBuilder */ public function build() { $mapping = $this->mapping; if ($this->joinColumns) { $mapping['joinColumns'] = $this->joinColumns; } $cm = $this->builder->getClassMetadata(); $cm->mapOneToMany($mapping); return $this->builder; } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка