BlogListUrl¶
The BlogListUrl object extends the Url object. Represents a link to the list of blog articles.
classDiagram
direction LR
BlogListUrl <|-- Url
class Url{
}
class BlogListUrl{
array params
BlogListUrl forPage(int page)
}
Methods¶
url.forPage(int page)¶
Method returns BlogListUrl
object with the page parameter set in the url.
Examples¶
Displaying absolute url with page parameter set: