Example #1
0
 function __construct($application, $controller, $action, $language, array $args = array(), $fragment = null)
 {
     LogUtil::log(__f('Warning! Class %s is deprecated.', array(__CLASS__), E_USER_DEPRECATED));
     parent::__construct($application, $controller, $action, $language, $args, $fragment);
 }