PATH:
usr
/
local
/
lsws
/
add-ons
/
webcachemgr
/
src
/
View
/
Model
<?php /** ****************************************** * LiteSpeed Web Server Cache Manager * * @author Michael Alegre * @copyright 2018-2025 LiteSpeed Technologies, Inc. * ******************************************* */ namespace Lsc\Wp\View\Model; use Lsc\Wp\Context\Context; use Lsc\Wp\LSCMException; class CacheRootNotSetViewModel { public function __construct() { /** * Nothing to do */ } /** * * @return string * * @throws LSCMException Thrown indirectly by Context::getOption() call. */ public function getTpl() { return Context::getOption()->getSharedTplDir() . '/CacheRootNotSet.tpl'; } }
[-] DashNotifierViewModel.php
[edit]
[-] VersionManageViewModel.php
[edit]
[-] MassDashNotifyProgressViewModel.php
[edit]
[-] MassEnableDisableViewModel.php
[edit]
[+]
..
[-] MassDashDisableProgressViewModel.php
[edit]
[-] FlagUnflagAllProgressViewModel.php
[edit]
[-] CacheRootNotSetViewModel.php
[edit]
[-] ScanProgressStepViewModel.php
[edit]
[-] MassEnableDisableProgressViewModel.php
[edit]
[-] ManageViewModel.php
[edit]
[-] VersionChangeViewModel.php
[edit]
[+]
Ajax
[-] UnflagAllProgressViewModel.php
[edit]
[-] MissingTplViewModel.php
[edit]
[-] ScanProgressViewModel.php
[edit]
[-] RefreshStatusProgressViewModel.php
[edit]
[-] DataFileMsgViewModel.php
[edit]