PHP Класс Neos\Flow\Security\Authentication\EntryPoint\WebRedirect

Наследование: extends AbstractEntryPoint
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$uriBuilder Neos\Flow\Mvc\Routing\UriBuilder

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

Метод Описание
startAuthentication ( Request $request, Response $response ) : void Starts the authentication: Redirect to login page

Защищенные методы

Метод Описание
extractRouteValue ( array &$routeValues, string $key ) : mixed Returns the entry $key from the array $routeValues removing the original array item.

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

extractRouteValue() защищенный Метод

If $key does not exist, NULL is returned.
protected extractRouteValue ( array &$routeValues, string $key ) : mixed
$routeValues array
$key string
Результат mixed the specified route value or NULL if it is not set

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

Starts the authentication: Redirect to login page
public startAuthentication ( Request $request, Response $response ) : void
$request Neos\Flow\Http\Request The current request
$response Neos\Flow\Http\Response The current response
Результат void

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

$uriBuilder защищенное свойство

protected UriBuilder,Neos\Flow\Mvc\Routing $uriBuilder
Результат Neos\Flow\Mvc\Routing\UriBuilder