Sindbad~EG File Manager
<?php
namespace Symfony\Config\Monolog\HandlerConfig;
use Symfony\Component\Config\Loader\ParamConfigurator;
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
/**
* This class is automatically generated to help creating config.
*
* @experimental in 5.3
*/
class VerbosityLevelsConfig
{
private $vERBOSITYQUIET;
private $vERBOSITYNORMAL;
private $vERBOSITYVERBOSE;
private $vERBOSITYVERYVERBOSE;
private $vERBOSITYDEBUG;
/**
* @default 'ERROR'
* @param ParamConfigurator|mixed $value
* @return $this
*/
public function vERBOSITYQUIET($value): self
{
$this->vERBOSITYQUIET = $value;
return $this;
}
/**
* @default 'WARNING'
* @param ParamConfigurator|mixed $value
* @return $this
*/
public function vERBOSITYNORMAL($value): self
{
$this->vERBOSITYNORMAL = $value;
return $this;
}
/**
* @default 'NOTICE'
* @param ParamConfigurator|mixed $value
* @return $this
*/
public function vERBOSITYVERBOSE($value): self
{
$this->vERBOSITYVERBOSE = $value;
return $this;
}
/**
* @default 'INFO'
* @param ParamConfigurator|mixed $value
* @return $this
*/
public function vERBOSITYVERYVERBOSE($value): self
{
$this->vERBOSITYVERYVERBOSE = $value;
return $this;
}
/**
* @default 'DEBUG'
* @param ParamConfigurator|mixed $value
* @return $this
*/
public function vERBOSITYDEBUG($value): self
{
$this->vERBOSITYDEBUG = $value;
return $this;
}
public function __construct(array $value = [])
{
if (isset($value['VERBOSITY_QUIET'])) {
$this->vERBOSITYQUIET = $value['VERBOSITY_QUIET'];
unset($value['VERBOSITY_QUIET']);
}
if (isset($value['VERBOSITY_NORMAL'])) {
$this->vERBOSITYNORMAL = $value['VERBOSITY_NORMAL'];
unset($value['VERBOSITY_NORMAL']);
}
if (isset($value['VERBOSITY_VERBOSE'])) {
$this->vERBOSITYVERBOSE = $value['VERBOSITY_VERBOSE'];
unset($value['VERBOSITY_VERBOSE']);
}
if (isset($value['VERBOSITY_VERY_VERBOSE'])) {
$this->vERBOSITYVERYVERBOSE = $value['VERBOSITY_VERY_VERBOSE'];
unset($value['VERBOSITY_VERY_VERBOSE']);
}
if (isset($value['VERBOSITY_DEBUG'])) {
$this->vERBOSITYDEBUG = $value['VERBOSITY_DEBUG'];
unset($value['VERBOSITY_DEBUG']);
}
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 (null !== $this->vERBOSITYQUIET) {
$output['VERBOSITY_QUIET'] = $this->vERBOSITYQUIET;
}
if (null !== $this->vERBOSITYNORMAL) {
$output['VERBOSITY_NORMAL'] = $this->vERBOSITYNORMAL;
}
if (null !== $this->vERBOSITYVERBOSE) {
$output['VERBOSITY_VERBOSE'] = $this->vERBOSITYVERBOSE;
}
if (null !== $this->vERBOSITYVERYVERBOSE) {
$output['VERBOSITY_VERY_VERBOSE'] = $this->vERBOSITYVERYVERBOSE;
}
if (null !== $this->vERBOSITYDEBUG) {
$output['VERBOSITY_DEBUG'] = $this->vERBOSITYDEBUG;
}
return $output;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists