_loadFrom() protected method

Load another page of results into this pager.
protected _loadFrom ( $uri )
 public function _loadFrom($uri, $params = null)
 {
     parent::_loadFrom($uri, $params);
 }
 public function _loadFrom($uri)
 {
     parent::_loadFrom($uri);
 }