Form
class Form extends Form implements SignalReceiver
Web form adapted for Presenter.
Properties
$onAnchor |
Methods
Application form constructor.
No description
Returns the presenter where this component belongs to.
Returns the presenter where this component belongs to.
Tells if the form is anchored.
Internal: returns submitted HTTP data or null when form was not submitted.
No description
This method is called by presenter.
Details
at line 27
__construct(IContainer|null $parent = null, string|null $name = null)
Application form constructor.
at line 34
protected void
validateParent(IContainer $parent)
No description
at line 64
final Presenter|null
getPresenter()
Returns the presenter where this component belongs to.
at line 78
final Presenter|null
getPresenterIfExists()
Returns the presenter where this component belongs to.
at line 85
bool
hasPresenter()
deprecated
deprecated
No description
at line 94
bool
isAnchored()
Tells if the form is anchored.
at line 101
void
disableSameSiteProtection()
deprecated
deprecated
No description
at line 110
protected array|null
receiveHttpData()
Internal: returns submitted HTTP data or null when form was not submitted.
at line 128
protected void
beforeRender()
No description
at line 145
void
signalReceived(string $signal)
This method is called by presenter.