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.
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 28
                            
    __construct(IContainer|null $parent = null, string|null $name = null)
        
    
    Application form constructor.
        at line 35
                    protected        void
    validateParent(IContainer $parent)
        
    
    No description
        at line 65
        final                    Presenter|null
    getPresenter()
        
    
    Returns the presenter where this component belongs to.
        at line 79
        final                    Presenter|null
    getPresenterIfExists()
        
    
    Returns the presenter where this component belongs to.
        at line 86
                            bool
    hasPresenter()
        deprecated
    
    deprecated
No description
        at line 95
                            bool
    isAnchored()
        
    
    Tells if the form is anchored.
        at line 101
                            void
    disableSameSiteProtection()
        
    
    No description
        at line 111
                    protected        array|null
    receiveHttpData()
        
    
    Internal: returns submitted HTTP data or null when form was not submitted.
        at line 129
                    protected        void
    beforeRender()
        
    
    No description
        at line 146
                            void
    signalReceived(string $signal)
        
    
    This method is called by presenter.