\FAA\Plugin\ContactFormHandler

Implement contact form hook This class provides interfaces to register the contact form extension js

Summary

Methods
Properties
Constants
__construct()
SetupTemplate()
RegisterHooks()
OnGetEntityAttributes()
OnBeforeResendSendMail()
OnCopyMail()
OnAfterSendMail()
OnRegisterWidgetIncludes()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct()

SetupTemplate()

SetupTemplate(  $data = null): \FAA\Obj\Result

Get and set the plugin setup template form

Parameters

$data

Returns

\FAA\Obj\Result

RegisterHooks()

RegisterHooks(): array

register system hooks Register a set of handler functions to be called in certain positions.

Register a set of handler functions to be called in certain positions.

Returns

array —

List of hooks to bind

OnGetEntityAttributes()

OnGetEntityAttributes(\FAA\Obj\Sys\HookArgument  $reference)

Get entity attributes

This hook is called from object handler Can be used to overrule the internal attribute set

Parameters

\FAA\Obj\Sys\HookArgument $reference

A default hook object

OnBeforeResendSendMail()

OnBeforeResendSendMail(\FAA\Obj\Sys\HookArgument  $param)

Parameters

\FAA\Obj\Sys\HookArgument $param

A hook argument

OnCopyMail()

OnCopyMail(\FAA\Obj\Sys\HookArgument  $param)

Parameters

\FAA\Obj\Sys\HookArgument $param

A hook argument

OnAfterSendMail()

OnAfterSendMail(\FAA\Obj\Sys\HookArgument  $param)

Parameters

\FAA\Obj\Sys\HookArgument $param

A hook argument

OnRegisterWidgetIncludes()

OnRegisterWidgetIncludes(\FAA\Obj\Sys\HookArgument  $param): void

Parameters

\FAA\Obj\Sys\HookArgument $param