interface ExceptionCheckerServiceInterface

Interface to be called for DI for ExceptionChecker Main related services

Methods

cloneObject(ExceptionChecker $exceptionChecker)

Clones the object

Form
createForm(string $name, ExceptionChecker $exceptionChecker, $user)

Shortcut to call ExceptionCheckerFormFactory to create Form

delete(ExceptionChecker $exceptionChecker)

Deletes the ExceptionChecker

array
getExceptionCheckerAll()

Gets all the ExceptionChecker

register(ExceptionChecker $exceptionChecker)

Registers the ExceptionChecker

bool
registerViaUrl(ExceptionChecker $exceptionChecker, Form $form)

Registers the ExceptionChecker via Url

Details

at line 26
ExceptionChecker cloneObject(ExceptionChecker $exceptionChecker)

Clones the object

Parameters

ExceptionChecker $exceptionChecker

Return Value

ExceptionChecker

at line 32
Form createForm(string $name, ExceptionChecker $exceptionChecker, $user)

Shortcut to call ExceptionCheckerFormFactory to create Form

Parameters

string $name
ExceptionChecker $exceptionChecker
$user

Return Value

Form

at line 37
delete(ExceptionChecker $exceptionChecker)

Deletes the ExceptionChecker

Parameters

ExceptionChecker $exceptionChecker

at line 43
array getExceptionCheckerAll()

Gets all the ExceptionChecker

Return Value

array

at line 48
register(ExceptionChecker $exceptionChecker)

Registers the ExceptionChecker

Parameters

ExceptionChecker $exceptionChecker

at line 54
bool registerViaUrl(ExceptionChecker $exceptionChecker, Form $form)

Registers the ExceptionChecker via Url

Parameters

ExceptionChecker $exceptionChecker
Form $form

Return Value

bool