Final Class Yiisoft\View\ViewContext
| Inheritance | Yiisoft\View\ViewContext |
|---|---|
| Implements | Yiisoft\View\ViewContextInterface |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\View\ViewContext | |
| getViewPath() | Yiisoft\View\ViewContext |
Method Details
| public __construct( string $viewPath ): mixed | ||
| $viewPath | string | |
public function __construct(
private readonly string $viewPath,
) {}
Signup or Login in order to comment.