?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/prestashop/translationtools-bundle/



?? Go up: /home/webdevt/prestashop17/vendor/prestashop

?? Viewing: Smarty.php

<?php

namespace PrestaShop\TranslationToolsBundle;

use Smarty as BaseSmarty;

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


??

??