__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/*
* This file is part of Mustache.php.
*
* (c) 2010-2017 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Mustache Template mutable Loader interface.
*/
interface Mustache_Loader_MutableLoader
{
/**
* Set an associative array of Template sources for this loader.
*
* @param array $templates
*/
public function setTemplates(array $templates);
/**
* Set a Template source by name.
*
* @param string $name
* @param string $template Mustache Template source
*/
public function setTemplate($name, $template);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ArrayLoader.php | File | 1.97 KB | 0777 |
|
| CascadingLoader.php | File | 1.74 KB | 0777 |
|
| FilesystemLoader.php | File | 4.21 KB | 0777 |
|
| InlineLoader.php | File | 3.73 KB | 0777 |
|
| MutableLoader.php | File | 688 B | 0777 |
|
| ProductionFilesystemLoader.php | File | 2.85 KB | 0777 |
|
| StringLoader.php | File | 976 B | 0777 |
|