Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/symfony/form/ChoiceList/Loader/IntlCallbackChoiceLoader.php
Ðазад
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Form\ChoiceList\Loader; /** * Callback choice loader optimized for Intl choice types. * * @author Jules Pietri <jules@heahprod.com> * @author Yonel Ceruto <yonelceruto@gmail.com> */ class IntlCallbackChoiceLoader extends CallbackChoiceLoader { public function loadChoicesForValues(array $values, ?callable $value = null): array { return parent::loadChoicesForValues(array_filter($values), $value); } public function loadValuesForChoices(array $choices, ?callable $value = null): array { $choices = array_filter($choices); // If no callable is set, choices are the same as values if (null === $value) { return $choices; } return parent::loadValuesForChoices($choices, $value); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка