RequestPath
in package
Read onlyYes
要求パス。
Table of Contents
Properties
- $full : string
- フルパス。
- $tree : array<string|int, string>
- / で分割されたパス一覧。
- $urlHelper : IUrlHelper
Methods
- __construct() : mixed
Properties
$full
フルパス。
public
string
$full
$tree
/ で分割されたパス一覧。
public
array<string|int, string>
$tree
Tags
$urlHelper
private
IUrlHelper
$urlHelper
Methods
__construct()
public
__construct(string $requestUri, IUrlHelper $urlHelper) : mixed
Parameters
- $requestUri : string
- $urlHelper : IUrlHelper