FavoritesParser
in package
Class Favorites
Table of Contents
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- Favorites constructor.
- getAnime() : array<string|int, mixed>
- getCharacters() : array<string|int, mixed>
- getManga() : array<string|int, mixed>
- getModel() : Favorites
- getPeople() : array<string|int, mixed>
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
Favorites constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getAnime()
public
getAnime() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getCharacters()
public
getCharacters() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getManga()
public
getManga() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getModel()
public
getModel() : Favorites
Tags
Return values
FavoritesgetPeople()
public
getPeople() : array<string|int, mixed>