1 | <?php |
||
11 | final class IsBypassedCheck implements IsSafeHttpRequestInterface |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @var string |
||
16 | */ |
||
17 | private $attributeName; |
||
18 | |||
19 | public function __construct(string $attributeName) |
||
23 | |||
24 | public static function fromDefault() : self |
||
28 | |||
29 | public function __invoke(ServerRequestInterface $request) : bool |
||
33 | } |
||
34 |