CharactersAndStaffParser
in package
implements
ParserInterface
Class CharactersAndStaffParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- AnimeParser constructor.
- getCharacters() : array<string|int, CharacterListItem>
- getModel() : AnimeCharactersAndStaff
- Return the model
- getStaff() : array<string|int, StaffListItem>
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
AnimeParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getCharacters()
public
getCharacters() : array<string|int, CharacterListItem>
Tags
Return values
array<string|int, CharacterListItem>getModel()
Return the model
public
getModel() : AnimeCharactersAndStaff
Tags
Return values
AnimeCharactersAndStaffgetStaff()
public
getStaff() : array<string|int, StaffListItem>