UserProfileParser
in package
Class UserProfileParser
Table of Contents
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- PersonParser constructor.
- getAbout() : string|null
- getAnimeStats() : AnimeStats
- getBirthday() : DateTimeImmutable|null
- getFavorites() : Favorites
- getGender() : string|null
- getImageUrl() : string|null
- getJoinDate() : DateTimeImmutable|null
- getLastOnline() : DateTimeImmutable|null
- getLocation() : string|null
- getMangaStats() : MangaStats
- getModel() : Profile
- Return the model
- getProfileUrl() : string
- getUserExternalLinks() : array<string|int, mixed>|array<string|int, MalUrl>
- getUserId() : int|null
- getUserLastUpdates() : LastUpdates
- getUsername() : string
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
PersonParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getAbout()
public
getAbout() : string|null
Tags
Return values
string|nullgetAnimeStats()
public
getAnimeStats() : AnimeStats
Tags
Return values
AnimeStatsgetBirthday()
public
getBirthday() : DateTimeImmutable|null
Tags
Return values
DateTimeImmutable|nullgetFavorites()
public
getFavorites() : Favorites
Tags
Return values
FavoritesgetGender()
public
getGender() : string|null
Tags
Return values
string|nullgetImageUrl()
public
getImageUrl() : string|null
Tags
Return values
string|nullgetJoinDate()
public
getJoinDate() : DateTimeImmutable|null
Tags
Return values
DateTimeImmutable|nullgetLastOnline()
public
getLastOnline() : DateTimeImmutable|null
Tags
Return values
DateTimeImmutable|nullgetLocation()
public
getLocation() : string|null
Tags
Return values
string|nullgetMangaStats()
public
getMangaStats() : MangaStats
Tags
Return values
MangaStatsgetModel()
Return the model
public
getModel() : Profile
Tags
Return values
ProfilegetProfileUrl()
public
getProfileUrl() : string
Tags
Return values
stringgetUserExternalLinks()
public
getUserExternalLinks() : array<string|int, mixed>|array<string|int, MalUrl>
Tags
Return values
array<string|int, mixed>|array<string|int, MalUrl>getUserId()
public
getUserId() : int|null
Return values
int|nullgetUserLastUpdates()
public
getUserLastUpdates() : LastUpdates
Return values
LastUpdatesgetUsername()
public
getUsername() : string