include/smarty/libs/SmartyBC.class.php
SmartyBC
has 35 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class SmartyBC extends Smarty
{
/**
* Smarty 2 BC
* @var string
Method register_object
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function register_object($object, $object_impl, $allowed = array(), $smarty_args = true, $block_methods = array())