Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/doctrine/orm/src/Query/OutputWalker.php
Ðазад
<?php declare(strict_types=1); namespace Doctrine\ORM\Query; use Doctrine\ORM\Query\Exec\SqlFinalizer; /** * Interface for output walkers * * Output walkers, like tree walkers, can traverse the DQL AST to perform * their purpose. * * The goal of an OutputWalker is to ultimately provide the SqlFinalizer * which produces the final, executable SQL statement in a "finalization" phase. * * It must be possible to use the same SqlFinalizer for Queries with different * firstResult/maxResult values. In other words, SQL produced by the * output walker should not depend on those values, and any SQL generation/modification * specific to them should happen in the finalizer's `\Doctrine\ORM\Query\Exec\SqlFinalizer::createExecutor()` * method instead. */ interface OutputWalker { /** @param AST\DeleteStatement|AST\UpdateStatement|AST\SelectStatement $AST */ public function getFinalizer($AST): SqlFinalizer; }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка