ExceptionCheckerService
class ExceptionCheckerService implements ExceptionCheckerServiceInterface
Main services related to ExceptionChecker
Properties
| private AuthorizationCheckerInterface | $authChecker | Stores AuthorizationCheckerInterface | |
| private ConfigServiceInterface | $configService | Stores ConfigServiceInterface | |
| private EntityManagerInterface | $em | Stores EntityManagerInterface | |
| private ExceptionCheckerFormFactoryInterface | $exceptionCheckerFormFactory | Stores ExceptionCheckerFormFactoryInterface | |
| private ServiceToolsInterface | $serviceTools | Stores ServiceToolsInterface | 
Methods
                    __construct(AuthorizationCheckerInterface $authChecker, ConfigServiceInterface $configService, EntityManagerInterface $em, ExceptionCheckerFormFactoryInterface $exceptionCheckerFormFactory, ServiceToolsInterface $serviceTools)
        
                                            
                
            No description
                    Form
                
                
                    createForm(string $name, ExceptionChecker $exceptionChecker, $user)
        
                                            
                
            Shortcut to call ExceptionCheckerFormFactory to create Form
                    array
                
                
                    getExceptionCheckerAll()
        
                                            
                
            Gets all the ExceptionChecker
                    bool
                
                
                    registerViaUrl(ExceptionChecker $exceptionChecker, Form $form)
        
                                            
                
            Registers the ExceptionChecker via Url
Details
        at         line 58
                            
    __construct(AuthorizationCheckerInterface $authChecker, ConfigServiceInterface $configService, EntityManagerInterface $em, ExceptionCheckerFormFactoryInterface $exceptionCheckerFormFactory, ServiceToolsInterface $serviceTools)
        
    
    
        at         line 76
                            ExceptionChecker
    cloneObject(ExceptionChecker $exceptionChecker)
        
    
    Clones the object
        at         line 86
                            Form
    createForm(string $name, ExceptionChecker $exceptionChecker, $user)
        
    
    Shortcut to call ExceptionCheckerFormFactory to create Form
        at         line 94
                            
    delete(ExceptionChecker $exceptionChecker)
        
    
    Deletes the ExceptionChecker
        at         line 107
                            array
    getExceptionCheckerAll()
        
    
    Gets all the ExceptionChecker
        at         line 118
                            
    register(ExceptionChecker $exceptionChecker)
        
    
    Registers the ExceptionChecker
        at         line 147
                            bool
    registerViaUrl(ExceptionChecker $exceptionChecker, Form $form)
        
    
    Registers the ExceptionChecker via Url