include/smarty/libs/sysplugins/smarty_cacheresource_custom.php
Method save
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
abstract protected function save($id, $name, $cache_id, $compile_id, $exp_time, $content);
Method fetch
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
abstract protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime);
Method clear
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function clear(Smarty $smarty, $resource_name, $cache_id, $compile_id, $exp_time)