PHP 8.2.31
Preview: MissingTplViewModel.php Size: 1.01 KB
/proc/thread-self/root/usr/local/lsws/add-ons/webcachemgr/src/View/Model/MissingTplViewModel.php

<?php

/* * ******************************************
 * LiteSpeed Web Server Cache Manager
 * @author: LiteSpeed Technologies, Inc. (https://www.litespeedtech.com)
 * @copyright: (c) 2018-2019
 * ******************************************* */

namespace Lsc\Wp\View\Model;

use \Lsc\Wp\Context\Context;

class MissingTplViewModel
{

    const FLD_MSG = 'msg';

    /**
     * @var string[]
     */
    private $tplData = array();

    /**
     *
     * @param string  $msg
     */
    public function __construct( $msg )
    {
        $this->init($msg);
    }

    private function init( $msg )
    {
        $this->tplData[self::FLD_MSG] = $msg;
    }

    /**
     *
     * @param string  $field
     * @return null|string
     */
    public function getTplData( $field )
    {
        if ( !isset($this->tplData[$field]) ) {
            return null;
        }

        return $this->tplData[$field];
    }

    public function getTpl()
    {
        return Context::getOption()->getSharedTplDir() . '/MissingTpl.tpl';
    }

}

Directory Contents

Dirs: 1 × Files: 16

Name Size Perms Modified Actions
Ajax DIR
- drwxrwxr-x 2026-05-26 17:51:34
Edit Download
698 B lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
2.57 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
2.05 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
2.82 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
14.20 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
2.12 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
2.16 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
3.31 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
2.78 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
1.01 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
1.67 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
3.62 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
2.68 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
2.05 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
1.74 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download
5.29 KB lrw-rw-r-- 2026-05-26 17:51:34
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).