UserListParser
in package
implements
ParserInterface
Class UserListParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- CharacterSearchParser constructor.
- getLastPage() : int
- getModel() : UserList
- Return the model
- getResults() : array<string|int, UserProfile>
- hasNextPage() : bool
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
CharacterSearchParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getLastPage()
public
getLastPage() : int
Tags
Return values
intgetModel()
Return the model
public
getModel() : UserList
Return values
UserListgetResults()
public
getResults() : array<string|int, UserProfile>
Return values
array<string|int, UserProfile>hasNextPage()
public
hasNextPage() : bool