PHP Класс Sulu\Bundle\PreviewBundle\Preview\Events\PreRenderEvent

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

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

Метод Описание
__construct ( RequestAttributes $requestAttributes )
getAttribute ( string $name, mixed | null $default = null ) : mixed Returns request attribute with given name.
getRequestAttributes ( ) : RequestAttributes Returns requestAttributes.

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

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

public __construct ( RequestAttributes $requestAttributes )
$requestAttributes Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes

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

Returns request attribute with given name.
public getAttribute ( string $name, mixed | null $default = null ) : mixed
$name string
$default mixed | null
Результат mixed

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

Returns requestAttributes.
public getRequestAttributes ( ) : RequestAttributes
Результат Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes