/**
 * Get view file path.
 * 
 * @param string $view View name.
 * 
 * @return string Retruns view file path.
 */
public static function getFilePath(string $view): string

Examples

$viewFilePath = View::getFilePath('welcome');