Documentation

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

Methods

__construct()

PersonParser constructor.

public __construct(Crawler $crawler) : mixed
Parameters
$crawler : Crawler

getAbout()

public getAbout() : string|null
Tags
throws
InvalidArgumentException
Return values
string|null

getBirthday()

public getBirthday() : DateTimeImmutable|null
Tags
throws
InvalidArgumentException
throws
Exception
Return values
DateTimeImmutable|null

getGender()

public getGender() : string|null
Tags
throws
InvalidArgumentException
Return values
string|null

getImageUrl()

public getImageUrl() : string|null
Tags
throws
InvalidArgumentException
Return values
string|null

getJoinDate()

public getJoinDate() : DateTimeImmutable|null
Tags
throws
InvalidArgumentException
throws
Exception
Return values
DateTimeImmutable|null

getLastOnline()

public getLastOnline() : DateTimeImmutable|null
Tags
throws
Exception
Return values
DateTimeImmutable|null

getLocation()

public getLocation() : string|null
Tags
throws
InvalidArgumentException
Return values
string|null

getModel()

Return the model

public getModel() : Profile
Tags
throws
InvalidArgumentException
throws
Exception
throws
Exception
Return values
Profile

getProfileUrl()

public getProfileUrl() : string
Tags
throws
InvalidArgumentException
Return values
string
public getUserExternalLinks() : array<string|int, mixed>|array<string|int, MalUrl>
Tags
throws
InvalidArgumentException
Return values
array<string|int, mixed>|array<string|int, MalUrl>

getUsername()

public getUsername() : string
Tags
throws
InvalidArgumentException
Return values
string

        
On this page

Search results