AnimeGenreRequest
    
            
            in package
            
        
    
            
            implements
                            RequestInterface                    
    
    
Class AnimeGenreRequest
Table of Contents
Interfaces
- RequestInterface
- Interface RequestInterface
Properties
Methods
- __construct() : mixed
- AnimeGenreRequest constructor.
- getId() : int
- getPage() : int
- getPath() : string
- Get the path to request
Properties
$id
    private
        int
    $id
    
    
    
    
$page
    private
        int
    $page
    
    
    
    
Methods
__construct()
AnimeGenreRequest constructor.
    public
                    __construct(int $id[, int $page = 1 ]) : mixed
    Parameters
- $id : int
- $page : int = 1
getId()
    public
                    getId() : int
    Return values
intgetPage()
    public
                    getPage() : int
    Return values
intgetPath()
Get the path to request
    public
                    getPath() : string