/
home
/
clp
/
htdocs
/
app
/
files
/
src
/
Form
/
up file
home
<?php namespace App\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Form\Extension\Core\Type\CheckboxType; use Symfony\Component\Form\Extension\Core\Type\ChoiceType; class AdminHetznerSnapshotsSettingsType extends AbstractType { public function buildForm(FormBuilderInterface $builder, array $options) : void { goto e5575; F02e6: $builder->add("\146\x72\145\x71\x75\145\x6e\143\x79", ChoiceType::class, ["\x72\145\x71\165\151\x72\x65\x64" => true, "\141\x74\x74\162" => ["\143\154\141\163\163" => "\146\157\162\x6d\x2d\163\x65\x6c\145\143\164\40\146\157\162\155\x2d\163\x65\x6c\145\143\x74\55\154\147"], "\154\141\x62\x65\154" => "\x46\x72\x65\161\165\x65\156\143\171", "\x63\150\157\x69\143\145\163" => $frequencyChoices]); goto c8c58; fb0f3: $frequencyChoices = ["\105\166\x65\162\x79\x20\x48\157\165\x72" => 1, "\x45\x76\145\x72\x79\x20\124\x68\x72\x65\x65\x20\110\x6f\165\162\x73" => 3, "\x45\x76\x65\162\x79\x20\123\151\170\40\110\x6f\x75\x72\163" => 6, "\x45\166\145\x72\x79\40\124\167\145\x6c\166\145\40\110\x6f\x75\x72\163" => 12, "\117\x6e\143\x65\40\x70\145\x72\x20\x44\x61\x79" => 24]; goto F02e6; c8c58: $retentionPeriodChoices = ["\x31" => 1, "\63" => 3, "\x37" => 7, "\x31\x34" => 14, "\62\x31" => 21, "\x33\60" => 30]; goto ac71d; e5575: $builder->add("\141\x75\164\157\155\141\x74\x69\143\123\156\x61\x70\x73\150\x6f\x74\163", CheckboxType::class, ["\x72\x65\161\165\x69\x72\145\144" => false, "\141\x74\164\162" => ["\143\x6c\x61\163\x73" => "\x66\x6f\162\x6d\55\x63\x68\x65\x63\153\x2d\151\x6e\x70\165\164"], "\x6c\x61\142\145\154" => "\x45\x6e\141\x62\154\x65\x20\101\x75\164\157\155\141\x74\x69\143\x20\x53\x6e\x61\x70\163\150\x6f\164\x73"]); goto fb0f3; ac71d: $builder->add("\162\x65\164\x65\156\164\151\157\x6e\120\145\162\x69\x6f\x64", ChoiceType::class, ["\x72\x65\x71\165\x69\162\145\144" => true, "\141\164\164\x72" => ["\x63\x6c\x61\163\x73" => "\146\x6f\162\x6d\x2d\163\x65\x6c\x65\143\x74\x20\146\157\x72\155\x2d\x73\x65\x6c\x65\143\164\55\x6c\x67"], "\154\x61\x62\145\154" => "\122\145\164\145\156\164\151\157\156\x20\x50\x65\162\151\x6f\x64\40\x28\x44\141\171\x73\x29", "\x63\x68\x6f\151\x63\145\x73" => $retentionPeriodChoices]); goto c8cb6; c8cb6: } public function getName() : string { return "\143\154\x70\x5f\x61\x64\x6d\x69\156\x5f\x68\145\x74\x7a\156\x65\x72\x5f\x73\156\141\x70\x73\150\x6f\x74\163\x5f\x73\x65\x74\164\151\156\x67\163"; } }