_loadFrom() protected method

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