Bånder

ReleaseFilter extends BaseFilter
in package

Table of Contents

Properties

$artist  : string|null
$country  : string|null
$format  : string|null
$genre  : string|null
$label  : string|null
$page  : int
$per_page  : int
$q  : string|null
$style  : string|null
$title  : string|null
$type  : string|null
$year  : string|null

Methods

__construct()  : mixed
setArtist()  : ReleaseFilter
setCountry()  : ReleaseFilter
setFormat()  : ReleaseFilter
setGenre()  : ReleaseFilter
setLabel()  : ReleaseFilter
setQ()  : ReleaseFilter
setStyle()  : ReleaseFilter
setTitle()  : ReleaseFilter
setType()  : ReleaseFilter
setYear()  : ReleaseFilter
toQueryParameters()  : array<string|int, mixed>
buildQuery()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct([string|null $q = null ][, string|null $type = null ][, string|null $title = null ][, string|null $artist = null ][, string|null $label = null ][, string|null $country = null ][, string|null $year = null ][, string|null $format = null ][, string|null $genre = null ][, string|null $style = null ][, int $page = 1 ][, int $per_page = 50 ]) : mixed
Parameters
$q : string|null = null
$type : string|null = null
$title : string|null = null
$artist : string|null = null
$label : string|null = null
$country : string|null = null
$year : string|null = null
$format : string|null = null
$genre : string|null = null
$style : string|null = null
$page : int = 1
$per_page : int = 50

toQueryParameters()

public toQueryParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

buildQuery()

protected buildQuery() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results