Nette\Application\Attributes
Classes
CrossOrigin deprecated
Allows cross-origin requests (disables CSRF protection).
Marks action, signal, or entire presenter as deprecated.
Marks property as request parameter. Value is automatically populated from HTTP request and type-cast.
Marks property as persistent parameter. Value is automatically preserved across requests.
Restricts access to actions, signals, or entire presenter. Can enforce HTTP methods (GET, POST, etc.), limit to specific actions, allow only forwarded requests, enforce or bypass same-origin policy (CSRF protection), or require AJAX calls.
Marks property to be automatically passed as variable to template.