Documentation

Club
in package

Class Club

Table of Contents

Properties

$access  : string
$anime  : array<string|int, MalUrl>
$category  : string
$characters  : array<string|int, MalUrl>
$created  : DateTimeImmutable
$images  : ClubImageResource
$malId  : int
$manga  : array<string|int, MalUrl>
$members  : int
$name  : string
$staff  : array<string|int, MalUrl>
$url  : string

Methods

fromParser()  : Club
getAccess()  : string
getAnime()  : array<string|int, MalUrl>
getCategory()  : string
getCharacters()  : array<string|int, MalUrl>
getCreated()  : DateTimeImmutable
getImages()  : ClubImageResource
getMalId()  : int
getManga()  : array<string|int, MalUrl>
getMembers()  : int
getName()  : string
getStaff()  : array<string|int, MalUrl>
getUrl()  : string

Properties

$access

private string $access

$category

private string $category

$characters

private array<string|int, MalUrl> $characters

$created

private DateTimeImmutable $created

$malId

private int $malId

$members

private int $members

$name

private string $name

$url

private string $url

Methods

getAccess()

public getAccess() : string
Return values
string

getAnime()

public getAnime() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getCategory()

public getCategory() : string
Return values
string

getCharacters()

public getCharacters() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getCreated()

public getCreated() : DateTimeImmutable
Return values
DateTimeImmutable

getMalId()

public getMalId() : int
Return values
int

getManga()

public getManga() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getMembers()

public getMembers() : int
Return values
int

getName()

public getName() : string
Return values
string

getStaff()

public getStaff() : array<string|int, MalUrl>
Return values
array<string|int, MalUrl>

getUrl()

public getUrl() : string
Return values
string

        
On this page

Search results