Documentation

Profile
in package

Class Profile

Table of Contents

Properties

$about  : string|null
$animeStats  : AnimeStats
$birthday  : DateTimeImmutable|null
$externalLinks  : array<string|int, Url>
$favorites  : Favorites
$gender  : string|null
$images  : UserImageResource
$joined  : DateTimeImmutable|null
$lastOnline  : DateTimeImmutable|null
$lastUpdates  : LastUpdates
$location  : string|null
$malId  : int|null
$mangaStats  : MangaStats
$url  : string
$username  : string

Methods

fromParser()  : Profile
getAbout()  : string|null
getAnimeStats()  : AnimeStats
getBirthday()  : DateTimeImmutable|null
getExternalLinks()  : array<string|int, Url>
getFavorites()  : Favorites
getGender()  : string|null
getImages()  : UserImageResource
getJoined()  : DateTimeImmutable|null
getLastOnline()  : DateTimeImmutable|null
getLastUpdates()  : LastUpdates
getLocation()  : string
getMalId()  : int|null
getMangaStats()  : MangaStats
getUrl()  : string
getUsername()  : string

Properties

$birthday

private DateTimeImmutable|null $birthday
private array<string|int, Url> $externalLinks = []

$joined

private DateTimeImmutable|null $joined

$lastOnline

private DateTimeImmutable|null $lastOnline

$location

private string|null $location

Methods

getAbout()

public getAbout() : string|null
Return values
string|null

getBirthday()

public getBirthday() : DateTimeImmutable|null
Return values
DateTimeImmutable|null
public getExternalLinks() : array<string|int, Url>
Return values
array<string|int, Url>

getGender()

public getGender() : string|null
Return values
string|null

getJoined()

public getJoined() : DateTimeImmutable|null
Return values
DateTimeImmutable|null

getLastOnline()

public getLastOnline() : DateTimeImmutable|null
Return values
DateTimeImmutable|null

getLocation()

public getLocation() : string
Return values
string

getMalId()

public getMalId() : int|null
Return values
int|null

getUrl()

public getUrl() : string
Return values
string

getUsername()

public getUsername() : string
Return values
string

        
On this page

Search results