class Form extends Form implements SignalReceiver

Web form adapted for Presenter.

Properties

$onAnchor

Methods

__construct(IContainer|null $parent = null, string|null $name = null)

Application form constructor.

void
validateParent(IContainer $parent)

No description

Presenter|null
getPresenter()

Returns the presenter where this component belongs to.

Presenter|null
getPresenterIfExists()

Returns the presenter where this component belongs to.

bool
hasPresenter() deprecated

No description

bool
isAnchored()

Tells if the form is anchored.

void
disableSameSiteProtection() deprecated

No description

array|null
receiveHttpData()

Internal: returns submitted HTTP data or null when form was not submitted.

beforeRender()

No description

void
signalReceived(string $signal)

This method is called by presenter.

Details

at line 27
__construct(IContainer|null $parent = null, string|null $name = null)

Application form constructor.

Parameters

IContainer|null $parent
string|null $name

at line 34
protected void validateParent(IContainer $parent)

No description

Parameters

IContainer $parent

Return Value

void

at line 64
final Presenter|null getPresenter()

Returns the presenter where this component belongs to.

Return Value

Presenter|null

at line 78
final Presenter|null getPresenterIfExists()

Returns the presenter where this component belongs to.

Return Value

Presenter|null

at line 85
bool hasPresenter() deprecated

deprecated

No description

Return Value

bool

at line 94
bool isAnchored()

Tells if the form is anchored.

Return Value

bool

at line 101
void disableSameSiteProtection() deprecated

deprecated use allowCrossOrigin()

No description

Return Value

void

at line 110
protected array|null receiveHttpData()

Internal: returns submitted HTTP data or null when form was not submitted.

Return Value

array|null

at line 128
protected beforeRender()

No description

at line 145
void signalReceived(string $signal)

This method is called by presenter.

Parameters

string $signal

Return Value

void