var/cache/dev/ContainerAdnmLsv/getDataPoolAccessVoterService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerAdnmLsv;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getDataPoolAccessVoterService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  21.         include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Security/Traits/SecurityServiceAware.php';
  22.         include_once \dirname(__DIR__4).'/vendor/pimcore/portal-engine/src/Service/Security/Voter/DataPoolAccessVoter.php';
  23.         $a = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  24.         $b = new \Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter(($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\PortalConfig\\PortalConfigService'] ?? $container->getPortalConfigServiceService()), ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\DataPool\\DataPoolConfigService'] ?? $container->getDataPoolConfigServiceService()), $a, ($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\PermissionService'] ?? $container->load('getPermissionServiceService')));
  25.         $b->setSecurityService(($container->privates['Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\SecurityService'] ?? $container->getSecurityServiceService()));
  26.         return $container->privates['debug.security.voter.Pimcore\\Bundle\\PortalEngineBundle\\Service\\Security\\Voter\\DataPoolAccessVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter($b$a);
  27.     }
  28. }