0 follower

Final Class Yiisoft\Yii\Http\Event\BeforeRequest

InheritanceYiisoft\Yii\Http\Event\BeforeRequest

Public Properties

Hide inherited properties

Property Type Description Defined By
$request \Psr\Http\Message\ServerRequestInterface Yiisoft\Yii\Http\Event\BeforeRequest

Property Details

Hide inherited properties

$request public property
public \Psr\Http\Message\ServerRequestInterface $request null

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( \Psr\Http\Message\ServerRequestInterface $request )
$request \Psr\Http\Message\ServerRequestInterface

                public function __construct(
    public readonly ServerRequestInterface $request,
) {
}

            
getRequest() public method
Deprecated Use readonly property instead.

public \Psr\Http\Message\ServerRequestInterface getRequest ( )

                public function getRequest(): ServerRequestInterface
{
    return $this->request;
}