Documentation

MangaStatsParser
in package

Class MangaStats

Table of Contents

Properties

$crawler  : Crawler

Methods

__construct()  : mixed
Animeograpy constructor.
getChaptersRead()  : int|null
getCompleted()  : int|null
getDaysRead()  : float|null
getDropped()  : int|null
getMeanScore()  : float|null
getModel()  : MangaStats
getOnHold()  : int|null
getPlanToRead()  : int|null
getReading()  : int|null
getReread()  : int|null
getTotalEntries()  : int|null
getVolumesRead()  : int|null

Properties

Methods

__construct()

Animeograpy constructor.

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

getChaptersRead()

public getChaptersRead() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getCompleted()

public getCompleted() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getDaysRead()

public getDaysRead() : float|null
Tags
throws
InvalidArgumentException
Return values
float|null

getDropped()

public getDropped() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getMeanScore()

public getMeanScore() : float|null
Tags
throws
InvalidArgumentException
Return values
float|null

getOnHold()

public getOnHold() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getPlanToRead()

public getPlanToRead() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getReading()

public getReading() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getReread()

public getReread() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getTotalEntries()

public getTotalEntries() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

getVolumesRead()

public getVolumesRead() : int|null
Tags
throws
InvalidArgumentException
Return values
int|null

        
On this page

Search results