JEMBOT MAWOT Bypass Shell
<?php
/*
* This file is part of the API Platform project.
*
* (c) Kévin Dunglas <dunglas@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace ApiPlatform\Serializer;
/**
* Creates and manipulates the Serializer context.
*
* @author Kévin Dunglas <dunglas@gmail.com>
*/
trait ContextTrait
{
/**
* Initializes the context.
*/
private function initContext(string $resourceClass, array $context): array
{
return array_merge($context, [
'api_sub_level' => true,
'resource_class' => $resourceClass,
]);
}
}
class_alias(ContextTrait::class, \ApiPlatform\Core\Serializer\ContextTrait::class);
xxxxx1.0, XXX xxxx