Documentation

RadioInterface

Table of Contents

Methods

getFavouriteShow()  : Stream
Get the favourite radio show with the specified name.
getFavouriteShows()  : array<string|int, Stream>
Get the favourite radio shows.
getFavouriteStation()  : Stream
Get the favourite radio station with the specified name.
getFavouriteStations()  : array<string|int, Stream>
Get the favourite radio stations.

Methods

getFavouriteShow()

Get the favourite radio show with the specified name.

public getFavouriteShow(string $name) : Stream

If no case-sensitive match is found it will return a case-insensitive match.

Parameters
$name : string

The name of the show

Return values
Stream

getFavouriteShows()

Get the favourite radio shows.

public getFavouriteShows() : array<string|int, Stream>
Return values
array<string|int, Stream>

getFavouriteStation()

Get the favourite radio station with the specified name.

public getFavouriteStation(string $name) : Stream

If no case-sensitive match is found it will return a case-insensitive match.

Parameters
$name : string

The name of the station

Return values
Stream

getFavouriteStations()

Get the favourite radio stations.

public getFavouriteStations() : array<string|int, Stream>
Return values
array<string|int, Stream>
On this page

Search results