Showing 1,089 of 1,089 total issues
Method registerObject
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function registerObject($object_name, $object_impl, $allowed = array(), $smarty_args = true, $block_methods = array())
Method clear
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
abstract public function clear(Smarty $smarty, $resource_name, $cache_id, $compile_id, $exp_time);
Method registerPlugin
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function registerPlugin($type, $tag, $callback, $cacheable = true, $cache_attr = null)
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)
Method callTagCompiler
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function callTagCompiler($tag, $args, $param1 = null, $param2 = null, $param3 = null)
Method createTemplate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function createTemplate($template, $cache_id = null, $compile_id = null, $parent = null, $do_clone = true)
Method compile
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function compile($args, $compiler, $parameter, $tag, $method)
Method clearCache
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function clearCache($template_name, $cache_id = null, $compile_id = null, $exp_time = null, $type = null)
Method compile
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function compile($args, $compiler, $parameter, $tag, $function)
Method call
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function call($_name, Smarty_Internal_Template $_template, $_params, $_hash, $_nocache)
Method compile
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function compile($args, $compiler, $parameter, $tag, $function)
Method invalidate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function invalidate($cid = null, $resource_name = null, $cache_id = null, $compile_id = null, $resource_uid = null)
Method getLatestInvalidationTimestamp
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function getLatestInvalidationTimestamp($cid, $resource_name = null, $cache_id = null, $compile_id = null, $resource_uid = null)
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)
Method listInvalidationKeys
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function listInvalidationKeys($cid, $resource_name = null, $cache_id = null, $compile_id = null, $resource_uid = null)
Method compile
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function compile($_function, $_attr, $_template, $_script, $_assign = null)
Method getSingle
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function getSingle($value, $search='id', $field='id', $type="i", $lower=false) {
Method updatePassword
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function updatePassword($userID, $current, $new1, $new2, $strToken) {
Method compile
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function compile($args, $compiler, $parameter, $tag, $method)
Method calc
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public static function calc($hash, $password, $salt, $iterations, $length)