Example #1
0
 public function __construct($core, $uri, $redirect_args = array())
 {
     parent::__construct($core, $uri, $redirect_args);
     $this->redirect_fields = array();
     $this->caller_title = __('Pages');
 }