clear_cache_twig() public method

public clear_cache_twig ( )
Exemplo n.º 1
0
 public static function clear_cache_twig()
 {
     $loader = new Loader();
     return $loader->clear_cache_twig();
 }