?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/prestashop/translationtools-bundle/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/prestashop

?? Viewing: Smarty.php

<?php
/**
 * This file is authored by PrestaShop SA and Contributors <contact@prestashop.com>
 *
 * It is distributed under MIT license.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace PrestaShop\TranslationToolsBundle;

use Smarty as BaseSmarty;

class Smarty extends BaseSmarty
{
    public function forceCompile($value)
    {
        return $this->force_compile = $value;
    }
}


??

??