\Framework\Attributes\RoutesDeleteMapping

Summary

Methods
Properties
Constants
__construct()
$path
$methods
$auth
$roles
$middleware
$defaults
$requirements
$schemes
$host
$name
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$path

$path : string

Type

string

$methods

$methods : array

Type

array

$auth

$auth : ?bool

Type

?bool

$roles

$roles : array

Type

array

$middleware

$middleware : array

Type

array

$defaults

$defaults : array

Type

array

$requirements

$requirements : array

Type

array

$schemes

$schemes : array

Type

array

$host

$host : ?string

Type

?string

$name

$name : ?string

Type

?string

Methods

__construct()

__construct(string  $path, ?bool  $auth = null, array  $roles = [], array  $middleware = []) : mixed

Parameters

string $path
?bool $auth
array $roles
array $middleware

Returns

mixed —