mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 11:02:43 +02:00
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Smarty\FunctionHandler;
|
||||
|
||||
use Smarty\Template;
|
||||
|
||||
interface FunctionHandlerInterface {
|
||||
public function handle($params, Template $template);
|
||||
public function isCacheable(): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user