Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.141.29.119
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
var /
cache /
dev /
Symfony /
Config /
Delete
Unzip
Name
Size
Permission
Date
Action
Doctrine
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
DoctrineMigrations
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
FosJsRouting
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
FosUser
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
Framework
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
JmsSerializer
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
KnpPaginator
[ DIR ]
drwxrwxrwx
2022-12-22 17:25
Monolog
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
Security
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
SensioFrameworkExtra
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
Swiftmailer
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
Twig
[ DIR ]
drwxrwxrwx
2022-12-09 22:56
DebugConfig.php
4.43
KB
-rw-rw-rw-
2022-12-09 22:56
DoctrineConfig.php
3.28
KB
-rw-rw-rw-
2022-12-09 22:56
DoctrineMigrationsConfig.php
10.33
KB
-rw-rw-rw-
2022-12-09 22:56
FosJsRoutingConfig.php
4.58
KB
-rw-rw-rw-
2022-12-09 22:56
FosUserConfig.php
13.33
KB
-rw-rw-rw-
2022-12-09 22:56
FrameworkConfig.php
46.83
KB
-rw-rw-rw-
2022-12-09 22:56
JmsSerializerConfig.php
11.34
KB
-rw-rw-rw-
2022-12-09 22:56
KnpPaginatorConfig.php
4.93
KB
-rw-rw-rw-
2022-12-22 17:25
MakerConfig.php
1.46
KB
-rw-rw-rw-
2022-12-09 22:56
MonologConfig.php
3.57
KB
-rw-rw-rw-
2022-12-09 22:56
SecurityConfig.php
13.95
KB
-rw-rw-rw-
2022-12-09 22:56
SensioFrameworkExtraConfig.php
7.02
KB
-rw-rw-rw-
2022-12-09 22:56
SwiftmailerConfig.php
2.59
KB
-rw-rw-rw-
2022-12-09 22:56
TwigConfig.php
12.76
KB
-rw-rw-rw-
2022-12-09 22:56
WebProfilerConfig.php
2.87
KB
-rw-rw-rw-
2022-12-09 22:56
Save
Rename
<?php namespace Symfony\Config; require_once __DIR__.\DIRECTORY_SEPARATOR.'JmsSerializer'.\DIRECTORY_SEPARATOR.'HandlersConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'JmsSerializer'.\DIRECTORY_SEPARATOR.'SubscribersConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'JmsSerializer'.\DIRECTORY_SEPARATOR.'ObjectConstructorsConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'JmsSerializer'.\DIRECTORY_SEPARATOR.'PropertyNamingConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'JmsSerializer'.\DIRECTORY_SEPARATOR.'ExpressionEvaluatorConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'JmsSerializer'.\DIRECTORY_SEPARATOR.'MetadataConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'JmsSerializer'.\DIRECTORY_SEPARATOR.'VisitorsConfig.php'; require_once __DIR__.\DIRECTORY_SEPARATOR.'JmsSerializer'.\DIRECTORY_SEPARATOR.'DefaultContextConfig.php'; use Symfony\Component\Config\Loader\ParamConfigurator; use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException; /** * This class is automatically generated to help in creating a config. */ class JmsSerializerConfig implements \Symfony\Component\Config\Builder\ConfigBuilderInterface { private $profiler; private $handlers; private $subscribers; private $objectConstructors; private $propertyNaming; private $expressionEvaluator; private $metadata; private $visitors; private $defaultContext; private $_usedProperties = []; /** * @default true * @param ParamConfigurator|bool $value * @return $this */ public function profiler($value): self { $this->_usedProperties['profiler'] = true; $this->profiler = $value; return $this; } public function handlers(array $value = []): \Symfony\Config\JmsSerializer\HandlersConfig { if (null === $this->handlers) { $this->_usedProperties['handlers'] = true; $this->handlers = new \Symfony\Config\JmsSerializer\HandlersConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "handlers()" has already been initialized. You cannot pass values the second time you call handlers().'); } return $this->handlers; } public function subscribers(array $value = []): \Symfony\Config\JmsSerializer\SubscribersConfig { if (null === $this->subscribers) { $this->_usedProperties['subscribers'] = true; $this->subscribers = new \Symfony\Config\JmsSerializer\SubscribersConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "subscribers()" has already been initialized. You cannot pass values the second time you call subscribers().'); } return $this->subscribers; } public function objectConstructors(array $value = []): \Symfony\Config\JmsSerializer\ObjectConstructorsConfig { if (null === $this->objectConstructors) { $this->_usedProperties['objectConstructors'] = true; $this->objectConstructors = new \Symfony\Config\JmsSerializer\ObjectConstructorsConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "objectConstructors()" has already been initialized. You cannot pass values the second time you call objectConstructors().'); } return $this->objectConstructors; } /** * @return \Symfony\Config\JmsSerializer\PropertyNamingConfig|$this */ public function propertyNaming($value = []) { if (!\is_array($value)) { $this->_usedProperties['propertyNaming'] = true; $this->propertyNaming = $value; return $this; } if (!$this->propertyNaming instanceof \Symfony\Config\JmsSerializer\PropertyNamingConfig) { $this->_usedProperties['propertyNaming'] = true; $this->propertyNaming = new \Symfony\Config\JmsSerializer\PropertyNamingConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "propertyNaming()" has already been initialized. You cannot pass values the second time you call propertyNaming().'); } return $this->propertyNaming; } /** * @return \Symfony\Config\JmsSerializer\ExpressionEvaluatorConfig|$this */ public function expressionEvaluator($value = []) { if (!\is_array($value)) { $this->_usedProperties['expressionEvaluator'] = true; $this->expressionEvaluator = $value; return $this; } if (!$this->expressionEvaluator instanceof \Symfony\Config\JmsSerializer\ExpressionEvaluatorConfig) { $this->_usedProperties['expressionEvaluator'] = true; $this->expressionEvaluator = new \Symfony\Config\JmsSerializer\ExpressionEvaluatorConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "expressionEvaluator()" has already been initialized. You cannot pass values the second time you call expressionEvaluator().'); } return $this->expressionEvaluator; } public function metadata(array $value = []): \Symfony\Config\JmsSerializer\MetadataConfig { if (null === $this->metadata) { $this->_usedProperties['metadata'] = true; $this->metadata = new \Symfony\Config\JmsSerializer\MetadataConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "metadata()" has already been initialized. You cannot pass values the second time you call metadata().'); } return $this->metadata; } public function visitors(array $value = []): \Symfony\Config\JmsSerializer\VisitorsConfig { if (null === $this->visitors) { $this->_usedProperties['visitors'] = true; $this->visitors = new \Symfony\Config\JmsSerializer\VisitorsConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "visitors()" has already been initialized. You cannot pass values the second time you call visitors().'); } return $this->visitors; } public function defaultContext(array $value = []): \Symfony\Config\JmsSerializer\DefaultContextConfig { if (null === $this->defaultContext) { $this->_usedProperties['defaultContext'] = true; $this->defaultContext = new \Symfony\Config\JmsSerializer\DefaultContextConfig($value); } elseif (0 < \func_num_args()) { throw new InvalidConfigurationException('The node created by "defaultContext()" has already been initialized. You cannot pass values the second time you call defaultContext().'); } return $this->defaultContext; } public function getExtensionAlias(): string { return 'jms_serializer'; } public function __construct(array $value = []) { if (array_key_exists('profiler', $value)) { $this->_usedProperties['profiler'] = true; $this->profiler = $value['profiler']; unset($value['profiler']); } if (array_key_exists('handlers', $value)) { $this->_usedProperties['handlers'] = true; $this->handlers = new \Symfony\Config\JmsSerializer\HandlersConfig($value['handlers']); unset($value['handlers']); } if (array_key_exists('subscribers', $value)) { $this->_usedProperties['subscribers'] = true; $this->subscribers = new \Symfony\Config\JmsSerializer\SubscribersConfig($value['subscribers']); unset($value['subscribers']); } if (array_key_exists('object_constructors', $value)) { $this->_usedProperties['objectConstructors'] = true; $this->objectConstructors = new \Symfony\Config\JmsSerializer\ObjectConstructorsConfig($value['object_constructors']); unset($value['object_constructors']); } if (array_key_exists('property_naming', $value)) { $this->_usedProperties['propertyNaming'] = true; $this->propertyNaming = \is_array($value['property_naming']) ? new \Symfony\Config\JmsSerializer\PropertyNamingConfig($value['property_naming']) : $value['property_naming']; unset($value['property_naming']); } if (array_key_exists('expression_evaluator', $value)) { $this->_usedProperties['expressionEvaluator'] = true; $this->expressionEvaluator = \is_array($value['expression_evaluator']) ? new \Symfony\Config\JmsSerializer\ExpressionEvaluatorConfig($value['expression_evaluator']) : $value['expression_evaluator']; unset($value['expression_evaluator']); } if (array_key_exists('metadata', $value)) { $this->_usedProperties['metadata'] = true; $this->metadata = new \Symfony\Config\JmsSerializer\MetadataConfig($value['metadata']); unset($value['metadata']); } if (array_key_exists('visitors', $value)) { $this->_usedProperties['visitors'] = true; $this->visitors = new \Symfony\Config\JmsSerializer\VisitorsConfig($value['visitors']); unset($value['visitors']); } if (array_key_exists('default_context', $value)) { $this->_usedProperties['defaultContext'] = true; $this->defaultContext = new \Symfony\Config\JmsSerializer\DefaultContextConfig($value['default_context']); unset($value['default_context']); } if ([] !== $value) { throw new InvalidConfigurationException(sprintf('The following keys are not supported by "%s": ', __CLASS__).implode(', ', array_keys($value))); } } public function toArray(): array { $output = []; if (isset($this->_usedProperties['profiler'])) { $output['profiler'] = $this->profiler; } if (isset($this->_usedProperties['handlers'])) { $output['handlers'] = $this->handlers->toArray(); } if (isset($this->_usedProperties['subscribers'])) { $output['subscribers'] = $this->subscribers->toArray(); } if (isset($this->_usedProperties['objectConstructors'])) { $output['object_constructors'] = $this->objectConstructors->toArray(); } if (isset($this->_usedProperties['propertyNaming'])) { $output['property_naming'] = $this->propertyNaming instanceof \Symfony\Config\JmsSerializer\PropertyNamingConfig ? $this->propertyNaming->toArray() : $this->propertyNaming; } if (isset($this->_usedProperties['expressionEvaluator'])) { $output['expression_evaluator'] = $this->expressionEvaluator instanceof \Symfony\Config\JmsSerializer\ExpressionEvaluatorConfig ? $this->expressionEvaluator->toArray() : $this->expressionEvaluator; } if (isset($this->_usedProperties['metadata'])) { $output['metadata'] = $this->metadata->toArray(); } if (isset($this->_usedProperties['visitors'])) { $output['visitors'] = $this->visitors->toArray(); } if (isset($this->_usedProperties['defaultContext'])) { $output['default_context'] = $this->defaultContext->toArray(); } return $output; } }