Table of Contents
-
DEVICE_CODE_COOKIE
= 'JinyaDeviceCode'
-
$body
: array<string, mixed>
-
$profilePictureService
: ProfilePictureService
-
__construct()
: mixed
-
activateArtist()
: ResponseInterface
-
createArtist()
: ResponseInterface
-
deactivateArtist()
: ResponseInterface
-
deleteArtist()
: ResponseInterface
-
deleteProfilePicture()
: ResponseInterface
-
entityNotFound()
: ResponseInterface
-
formatIteratorPlain()
: array<string|int, array<string, mixed>>
-
getProfilePicture()
: ResponseInterface
-
jsonIterator()
: ResponseInterface
-
jsonIteratorPlain()
: ResponseInterface
-
resetTotp()
: ResponseInterface
-
updateArtist()
: ResponseInterface
-
uploadProfilePicture()
: ResponseInterface
DEVICE_CODE_COOKIE
public
mixed
DEVICE_CODE_COOKIE
= 'JinyaDeviceCode'
$body
public
array<string, mixed>
$body
$profilePictureService
read-only
private
ProfilePictureService
$profilePictureService
= new ProfilePictureService()
__construct()
public
__construct([ProfilePictureService $profilePictureService = new ProfilePictureService() ]) : mixed
Parameters
-
$profilePictureService
: ProfilePictureService
= new ProfilePictureService()
-
Return values
mixed
—
activateArtist()
public
activateArtist(int $id) : ResponseInterface
Parameters
-
$id
: int
-
-
throws
-
JsonException
-
throws
-
NotNullViolationException
Return values
ResponseInterface
—
createArtist()
public
createArtist() : ResponseInterface
-
throws
-
JsonException
Return values
ResponseInterface
—
deactivateArtist()
public
deactivateArtist(int $id) : ResponseInterface
Parameters
-
$id
: int
-
-
throws
-
JsonException
-
throws
-
NotNullViolationException
Return values
ResponseInterface
—
deleteArtist()
public
deleteArtist(int $id) : ResponseInterface
Parameters
-
$id
: int
-
-
throws
-
JsonException
Return values
ResponseInterface
—
deleteProfilePicture()
public
deleteProfilePicture(int $id) : ResponseInterface
Parameters
-
$id
: int
-
-
throws
-
JsonException
Return values
ResponseInterface
—
entityNotFound()
public
entityNotFound(string $message) : ResponseInterface
Parameters
-
$message
: string
-
-
throws
-
JsonException
Return values
ResponseInterface
—
public
formatIteratorPlain(Iterator<string|int, T> $iterator) : array<string|int, array<string, mixed>>
Parameters
-
$iterator
: Iterator<string|int, T>
-
-
template
-
-
throws
-
JsonException
Return values
array<string|int, array<string, mixed>>
—
getProfilePicture()
public
getProfilePicture(int $id) : ResponseInterface
Parameters
-
$id
: int
-
-
throws
-
JsonException
Return values
ResponseInterface
—
jsonIterator()
public
jsonIterator(Iterator $iterator) : ResponseInterface
Parameters
-
$iterator
: Iterator
-
-
throws
-
JsonException
Return values
ResponseInterface
—
jsonIteratorPlain()
public
jsonIteratorPlain(Iterator $iterator) : ResponseInterface
Parameters
-
$iterator
: Iterator
-
-
throws
-
JsonException
Return values
ResponseInterface
—
resetTotp()
public
resetTotp(int $id) : ResponseInterface
Parameters
-
$id
: int
-
Return values
ResponseInterface
—
updateArtist()
public
updateArtist(int $id) : ResponseInterface
Parameters
-
$id
: int
-
-
throws
-
JsonException
Return values
ResponseInterface
—
uploadProfilePicture()
public
uploadProfilePicture(int $id) : ResponseInterface
Parameters
-
$id
: int
-
-
throws
-
JsonException
-
throws
-
NotNullViolationException
Return values
ResponseInterface
—