Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/symfony/config/Definition/Builder/StringNodeDefinition.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\Config\Definition\Builder; use Symfony\Component\Config\Definition\StringNode; /** * This class provides a fluent interface for defining a node. * * @author Raffaele Carelle <raffaele.carelle@gmail.com> */ class StringNodeDefinition extends ScalarNodeDefinition { public function __construct(?string $name, ?NodeParentInterface $parent = null) { parent::__construct($name, $parent); $this->nullEquivalent = ''; } protected function instantiateNode(): StringNode { return new StringNode($this->name, $this->parent, $this->pathSeparator); } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка