0 follower

Interface Yiisoft\Yii\Debug\Api\Debug\HtmlViewProviderInterface

ExtendsYiisoft\Yii\Debug\Collector\CollectorInterface

Public Methods

Hide inherited methods

Method Description Defined By
getViewPath() Returns file path to the view file will be rendered when collector data is requested. Yiisoft\Yii\Debug\Api\Debug\HtmlViewProviderInterface

Method Details

Hide inherited methods

getViewPath() public abstract static method

Returns file path to the view file will be rendered when collector data is requested.

Example: `php public static function getViewPath(): string {

return '@views/debug/index';

} `

public abstract static string getViewPath ( )

                public static function getViewPath(): string;