\Thelia\Core\EventActionEvent

Class thrown on Thelia.action event

call setAction if action match yours

Summary

Methods
Properties
Constants
__construct()
getAction()
getRequest()
setErrorForm()
getErrorForm()
hasErrorForm()
No public properties found
No constants found
No protected methods found
$request
$action
$errorForm
N/A
No private methods found
No private properties found
N/A

Properties

$request

$request : \Thelia\Core\Event\Symfony\Component\HttpFoundation\Request

Type

\Thelia\Core\Event\Symfony\Component\HttpFoundation\Request

$action

$action : string

Type

string

$errorForm

$errorForm

Methods

__construct()

__construct(\Symfony\Component\HttpFoundation\Request $request, string $action)

Parameters

\Symfony\Component\HttpFoundation\Request $request
string $action

getAction()

getAction() : string

Returns

string

getRequest()

getRequest() : \Symfony\Component\HttpFoundation\Request

Returns

\Symfony\Component\HttpFoundation\Request

getErrorForm()

getErrorForm()

hasErrorForm()

hasErrorForm()