zf v0.3.0 Zf.Pagination.Default

Link to this section Summary

Functions

Default path function when none provided. Used when automatic path function resolution cannot be performed

Link to this section Functions

Link to this function path(conn, action, opts \\ [])

Default path function when none provided. Used when automatic path function resolution cannot be performed.

iex> Zf.Pagination.Default.path(%Plug.Conn{}, :index, page: 4)
"?page=4"