PHP Класс Adamgoose\Routing\Annotations\AbstractPath

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$domain string The domain the route responds to.
$middleware array The path's middleware.
$path string The path / URI the route responds to.
$verb array The HTTP verb the route responds to.
$where array The path's "where" clauses.

Описание свойств

$domain публичное свойство

The domain the route responds to.
public string $domain
Результат string

$middleware публичное свойство

The path's middleware.
public array $middleware
Результат array

$path публичное свойство

The path / URI the route responds to.
public string $path
Результат string

$verb публичное свойство

The HTTP verb the route responds to.
public array $verb
Результат array

$where публичное свойство

The path's "where" clauses.
public array $where
Результат array