Documentation

AnimeStatsParser
in package

Class AnimeStats

Table of Contents

Properties

$crawler  : Crawler

Methods

__construct()  : mixed
Animeograpy constructor.
getCompleted()  : int|null
getDaysWatched()  : float|null
getDropped()  : int|null
getEpisodesWatched()  : int|null
getMeanScore()  : float|null
getModel()  : AnimeStats
getOnHold()  : int|null
getPlanToWatch()  : int|null
getRewatched()  : int|null
getTotalEntries()  : int|null
getWatching()  : int|null

Properties

Methods

__construct()

Animeograpy constructor.

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

getCompleted()

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

getDaysWatched()

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

getDropped()

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

getEpisodesWatched()

public getEpisodesWatched() : 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

getPlanToWatch()

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

getRewatched()

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

getTotalEntries()

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

getWatching()

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

        
On this page

Search results