Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
NoCsrfProtection.php
Go to the documentation of this file.
1<?php
2
4
16
17 public function init(): void {}
18
19 public function start(): void {}
20
21 public function clear(): void {}
22
23 public static function getLevel(): int {
24 return 0;
25 }
26}
To be Used only if no Csrf protection of the session is required.
init()
Creates the Csrf token and adds it to the session.
Ubiquity\utils\http\session\protection$VerifyCsrfInterface This class is part of Ubiquity.