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 EmailPrototypeConfig
{
private $id;
private $method;
/**
* @default null
* @param ParamConfigurator|mixed $value
* @return $this
*/
public function id($value): self
{
$this->id = $value;
return $this;
}
/**
* @default null
* @param ParamConfigurator|mixed $value
* @return $this
*/
public function method($value): self
{
$this->method = $value;
return $this;
}
public function __construct(array $value = [])
{
if (isset($value['id'])) {
$this->id = $value['id'];
unset($value['id']);
}
if (isset($value['method'])) {
$this->method = $value['method'];
unset($value['method']);
}
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->id) {
$output['id'] = $this->id;
}
if (null !== $this->method) {
$output['method'] = $this->method;
}
return $output;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists