PHP Трейт Psr7Middlewares\Utils\BasePathTrait

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

Открытые методы

Метод Описание
basePath ( string $basePath ) : self Set the basepath used in the request.

Приватные методы

Метод Описание
getPath ( string $path ) : string Removes the basepath from a path.

Описание методов

basePath() публичный Метод

Set the basepath used in the request.
public basePath ( string $basePath ) : self
$basePath string
Результат self