Ejemplo n.º 1
0
 public function __construct($total_items, $items_perpage, $current_start, $start_name = "start", $extra_arg = "")
 {
     parent::__construct($total_items, $items_perpage, $current_start, $start_name, $extra_arg);
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_view_PageNav', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }