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 mixed __construct ( string $viewPath ) | ||
| $viewPath | string | |
public function __construct(
private readonly string $viewPath
) {
}
Signup or Login in order to comment.