Jinya CMS

UpdateController extends BaseController
in package

Tags
codeCoverageIgnore

Table of Contents

DEVICE_CODE_COOKIE  = 'JinyaDeviceCode'
$body  : array<string, mixed>
entityNotFound()  : ResponseInterface
formatIteratorPlain()  : array<string|int, array<string, mixed>>
getVersionInfo()  : ResponseInterface
jsonIterator()  : ResponseInterface
jsonIteratorPlain()  : ResponseInterface
updateJinya()  : ResponseInterface
getReleasePath()  : string
Gets the path of the given release version
getReleases()  : array<string, string>
Gets all currently available releases from the configured update server

Constants

public mixed DEVICE_CODE_COOKIE = 'JinyaDeviceCode'
Tags

Properties

Methods

entityNotFound()

public entityNotFound(string $message) : ResponseInterface
Parameters
$message : string
Tags
throws
JsonException
Return values
ResponseInterface

formatIteratorPlain()

public formatIteratorPlain(Iterator<string|int, T$iterator) : array<string|int, array<string, mixed>>
Parameters
$iterator : Iterator<string|int, T>
Tags
template

T

throws
JsonException
Return values
array<string|int, array<string, mixed>>

getVersionInfo()

public getVersionInfo() : ResponseInterface
Tags
throws
JsonException
Return values
ResponseInterface

jsonIterator()

public jsonIterator(Iterator $iterator) : ResponseInterface
Parameters
$iterator : Iterator
Tags
throws
JsonException
Return values
ResponseInterface

jsonIteratorPlain()

public jsonIteratorPlain(Iterator $iterator) : ResponseInterface
Parameters
$iterator : Iterator
Tags
throws
JsonException
Return values
ResponseInterface

updateJinya()

public updateJinya() : ResponseInterface
Tags
throws
JsonException
throws
ReflectionException
Return values
ResponseInterface

getReleasePath()

Gets the path of the given release version

protected getReleasePath(string $version) : string
Parameters
$version : string
Tags
throws
JsonException
Return values
string

getReleases()

Gets all currently available releases from the configured update server

protected getReleases() : array<string, string>
Tags
throws
JsonException
Return values
array<string, string>

Search results