Form
class Form extends Form implements SignalReceiver
Web form adapted for Presenter.
Properties
| $onAnchor |
Methods
No description
No description
Returns the presenter where this component belongs to. Throws if not attached.
Returns the presenter where this component belongs to, or null if not attached.
Tells if the form is anchored.
No description
Internal: returns submitted HTTP data or null when form was not submitted.
No description
This method is called by presenter.
Details
at line 22
__construct(IContainer|null $parent = null, string|null $name = null)
No description
at line 29
protected void
validateParent(IContainer $parent)
No description
at line 60
final Presenter|null
getPresenter(bool $throw = true)
Returns the presenter where this component belongs to. Throws if not attached.
at line 70
final Presenter|null
getPresenterIfExists()
deprecated
deprecated
Returns the presenter where this component belongs to, or null if not attached.
at line 77
bool
hasPresenter()
deprecated
deprecated
No description
at line 86
bool
isAnchored()
Tells if the form is anchored.
at line 92
void
disableSameSiteProtection()
No description
at line 102
protected array|null
receiveHttpData()
Internal: returns submitted HTTP data or null when form was not submitted.
at line 120
protected void
beforeRender()
No description
at line 137
void
signalReceived(string $signal)
This method is called by presenter.