Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/reviewx/vendor/hassankhan/config/src/Parser/AbstractParser.php
Назад
<?php namespace Rvx\Noodlehaus\Parser; /** * Abstract parser * * @package Config * @author Jesus A. Domingo <jesus.domingo@gmail.com> * @author Hassan Khan <contact@hassankhan.me> * @author Filip Š <projects@filips.si> * @link https://github.com/noodlehaus/config * @license MIT */ abstract class AbstractParser implements ParserInterface { /** * String with configuration * * @var string */ protected $config; /** * Sets the string with configuration * * @param string $config * @param string $filename * * @codeCoverageIgnore */ public function __construct($config, $filename = null) { $this->config = $config; } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка