setViewPath() public method
Sets the directory that contains the view files.
public void setViewPath ( $path ) | ||
---|---|---|
$path | string |
The root directory of view files. |
throws | yii\base\InvalidParamException |
if the directory is invalid. |
setViewPath() public method
Sets the directory that contains the view files.
public void setViewPath ( $path ) | ||
---|---|---|
$path | string |
The root directory of view files. |
throws | yii\base\InvalidParamException |
if the directory is invalid. |
Please login to continue.