Sets the default view partial.
| Parameters: | string|array – View partial |
|---|
Gets the default view partial
| Return type: | string|array |
|---|
Gets the default scrolling style
| Return type: | string |
|---|
Sets the default Scrolling Style
| Parameters: | string – string ‘all’ | ‘elastic’ | ‘sliding’ | ‘jumping’ |
|---|
Render the provided pages. This checks if $view->paginator is set and, if so, uses that. Also, if no scrolling style or partial are specified, the defaults will be used (if set).
| Parameters: |
|
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException if no paginator or no view partial provided |
| Throws : | ExceptionInvalidArgumentException if partial is invalid array |