ClubParser
in package
implements
ParserInterface
Class ClubParser
Table of Contents
Interfaces
- ParserInterface
- Interface ParserInterface
Properties
- $crawler : Crawler
Methods
- __construct() : mixed
- ClubParser constructor.
- getAnimeRelations() : array<string|int, mixed>
- getCategory() : string
- getCharacterRelations() : array<string|int, mixed>
- getCreated() : DateTimeImmutable
- getImageUrl() : string
- getMalId() : int
- getMangaRelations() : array<string|int, mixed>
- getMembersCount() : int
- getModel() : Club
- Return the model
- getPicturesCount() : int
- getStaff() : array<string|int, mixed>
- getTitle() : string
- getType() : string
- getUrl() : string
Properties
$crawler
private
Crawler
$crawler
Methods
__construct()
ClubParser constructor.
public
__construct(Crawler $crawler) : mixed
Parameters
- $crawler : Crawler
getAnimeRelations()
public
getAnimeRelations() : array<string|int, mixed>
Return values
array<string|int, mixed>getCategory()
public
getCategory() : string
Return values
stringgetCharacterRelations()
public
getCharacterRelations() : array<string|int, mixed>
Return values
array<string|int, mixed>getCreated()
public
getCreated() : DateTimeImmutable
Tags
Return values
DateTimeImmutablegetImageUrl()
public
getImageUrl() : string
Return values
stringgetMalId()
public
getMalId() : int
Return values
intgetMangaRelations()
public
getMangaRelations() : array<string|int, mixed>
Return values
array<string|int, mixed>getMembersCount()
public
getMembersCount() : int
Return values
intgetModel()
Return the model
public
getModel() : Club
Return values
ClubgetPicturesCount()
public
getPicturesCount() : int
Return values
intgetStaff()
public
getStaff() : array<string|int, mixed>
Return values
array<string|int, mixed>getTitle()
public
getTitle() : string
Return values
stringgetType()
public
getType() : string
Return values
stringgetUrl()
public
getUrl() : string