Bånder

MasterFilter extends BaseFilter
in package

Table of Contents

Properties

$artist  : string|null
$country  : string|null
$genre  : 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
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 $country = null ][, string|null $year = 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
$country : string|null = null
$year : 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