( ! ) Warning: Undefined variable $namespace in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/serializer/Encoder.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0113358800{main}( ).../Encoder.tpl.php:0
;
( ! ) Warning: Undefined variable $use_statements in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/serializer/Encoder.tpl.php on line 5
Call Stack
#TimeMemoryFunctionLocation
10.0113358800{main}( ).../Encoder.tpl.php:0
class
( ! ) Warning: Undefined variable $class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/serializer/Encoder.tpl.php on line 7
Call Stack
#TimeMemoryFunctionLocation
10.0113358800{main}( ).../Encoder.tpl.php:0
implements EncoderInterface, DecoderInterface { public const FORMAT = '
( ! ) Warning: Undefined variable $format in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/serializer/Encoder.tpl.php on line 9
Call Stack
#TimeMemoryFunctionLocation
10.0113358800{main}( ).../Encoder.tpl.php:0
'; public function encode($data, string $format, array $context = []): string { // TODO: return your encoded data return ''; } public function supportsEncoding(string $format, array $context = []): bool { return self::FORMAT === $format; } public function decode(string $data, string $format, array $context = []) { // TODO: return your decoded data return ''; } public function supportsDecoding(string $format, array $context = []): bool { return self::FORMAT === $format; } }