Deprecated : Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated : Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler
<?php
namespace ContainerCKzmma7 ;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator ;
use Symfony\Component\DependencyInjection\Exception\RuntimeException ;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getDebug_Security_Voter_Security_Access_ExpressionVoterService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
public static function do( $container , $lazyLoad = true )
{
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php' ;
$a = ( $container -> services [ '.container.private.security.authorization_checker' ] ?? $container -> get_Container_Private_Security_AuthorizationCheckerService ());
if (isset($container -> privates [ 'debug.security.voter.security.access.expression_voter' ])) {
return $container -> privates [ 'debug.security.voter.security.access.expression_voter' ];
}
$b = ( $container -> services [ 'event_dispatcher' ] ?? $container -> getEventDispatcherService ());
if (isset($container -> privates [ 'debug.security.voter.security.access.expression_voter' ])) {
return $container -> privates [ 'debug.security.voter.security.access.expression_voter' ];
}
return $container -> privates [ 'debug.security.voter.security.access.expression_voter' ] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter (new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter (new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage (( $container -> privates [ 'cache.security_expression_language' ] ?? $container -> getCache_SecurityExpressionLanguageService ())), ( $container -> privates [ 'security.authentication.trust_resolver' ] ?? ( $container -> privates [ 'security.authentication.trust_resolver' ] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver ())), $a , ( $container -> privates [ 'security.role_hierarchy' ] ?? $container -> getSecurity_RoleHierarchyService ())), $b );
}
}