Updater
extends Controller
in package
Description of Updater
Table of Contents
Constants
- CORE_ZIP_FOLDER = 'facturascripts'
- UPDATE_CORE_URL = 'https://facturascripts.com/DownloadBuild'
Properties
- $coreUpdateWarnings : array<string|int, mixed>
- $empresa : Empresa
- Selected company.
- $multiRequestProtection : MultiRequestProtection
- $permissions : ControllerPermissions
- User permissions on this controller.
- $request : Request
- Request on which we can get data.
- $telemetryManager : Telemetry
- $title : string
- Title of the page.
- $updaterItems : array<string|int, mixed>
- $uri : string
- Given uri, default is empty.
- $user : User|false
- User logged in.
- $dataBase : DataBase
- It provides direct access to the database.
- $response : Response
- HTTP Response object.
Methods
- __construct() : mixed
- Initialize all objects and properties.
- addExtension() : mixed
- getCoreVersion() : float
- getPageData() : array<string|int, mixed>
- Return the basic data for this page.
- getTemplate() : string|false
- Return the template to use for this controller.
- getUpdateItems() : array<string|int, mixed>
- pipe() : mixed
- pipeFalse() : bool
- privateCore() : mixed
- Runs the controller's private logic.
- publicCore() : mixed
- Execute the public part of the controller.
- redirect() : mixed
- Redirect to an url or controller.
- request() : Request
- run() : void
- setTemplate() : bool
- Set the template to use for this controller.
- url() : string
- Return the URL of the actual controller.
- db() : DataBase
- execAction() : void
- getClassName() : string
- Return the name of the controller.
- response() : Response
- validateFormToken() : bool
- Check request token. Returns an error if: - the token does not exist - the token is invalid - the token is duplicated
- cancelAction() : void
- Remove downloaded file.
- disableBetaUpdatesAction() : void
- downloadAction() : void
- Download selected update.
- getUpdateItemsCore() : array<string|int, mixed>
- getUpdateItemsPlugin() : array<string|int, mixed>
- notWritableFolders() : array<string|int, mixed>
- postUpdateAction() : void
- setCoreWarnings() : void
- updateAction() : void
- Extract zip file and update all files.
- updateCore() : bool
- updatePlugin() : bool
- willItWorkOnNewCore() : bool
Constants
CORE_ZIP_FOLDER
public
mixed
CORE_ZIP_FOLDER
= 'facturascripts'
UPDATE_CORE_URL
public
mixed
UPDATE_CORE_URL
= 'https://facturascripts.com/DownloadBuild'
Properties
$coreUpdateWarnings
public
array<string|int, mixed>
$coreUpdateWarnings
= []
$empresa
Selected company.
public
Empresa
$empresa
$multiRequestProtection
public
MultiRequestProtection
$multiRequestProtection
$permissions
User permissions on this controller.
public
ControllerPermissions
$permissions
$request
Request on which we can get data.
public
Request
$request
$telemetryManager
public
Telemetry
$telemetryManager
$title
Title of the page.
public
string
$title
título de la página.
$updaterItems
public
array<string|int, mixed>
$updaterItems
= []
$uri
Given uri, default is empty.
public
string
$uri
$user
User logged in.
public
User|false
$user
= false
$dataBase
It provides direct access to the database.
protected
DataBase
$dataBase
$response
HTTP Response object.
protected
Response
$response
Methods
__construct()
Initialize all objects and properties.
public
__construct(string $className[, string $uri = '' ]) : mixed
Parameters
- $className : string
- $uri : string = ''
addExtension()
public
static addExtension(mixed $extension) : mixed
Parameters
- $extension : mixed
getCoreVersion()
public
static getCoreVersion() : float
Return values
floatgetPageData()
Return the basic data for this page.
public
getPageData() : array<string|int, mixed>
Return values
array<string|int, mixed>getTemplate()
Return the template to use for this controller.
public
getTemplate() : string|false
Return values
string|falsegetUpdateItems()
public
static getUpdateItems() : array<string|int, mixed>
Return values
array<string|int, mixed>pipe()
public
pipe(string $name, array<string|int, mixed> ...$arguments) : mixed
Parameters
- $name : string
- $arguments : array<string|int, mixed>
pipeFalse()
public
pipeFalse(string $name, array<string|int, mixed> ...$arguments) : bool
Parameters
- $name : string
- $arguments : array<string|int, mixed>
Return values
boolprivateCore()
Runs the controller's private logic.
public
privateCore(Response &$response, User $user, ControllerPermissions $permissions) : mixed
Parameters
- $response : Response
- $user : User
- $permissions : ControllerPermissions
publicCore()
Execute the public part of the controller.
public
publicCore(Response &$response) : mixed
Parameters
- $response : Response
redirect()
Redirect to an url or controller.
public
redirect(string $url[, int $delay = 0 ]) : mixed
Parameters
- $url : string
- $delay : int = 0
request()
public
request() : Request
Return values
Requestrun()
public
run() : void
setTemplate()
Set the template to use for this controller.
public
setTemplate(string|false $template) : bool
Parameters
- $template : string|false
Return values
boolurl()
Return the URL of the actual controller.
public
url() : string
Return values
stringdb()
protected
db() : DataBase
Return values
DataBaseexecAction()
protected
execAction(string $action) : void
Parameters
- $action : string
getClassName()
Return the name of the controller.
protected
getClassName() : string
Return values
stringresponse()
protected
response() : Response
Return values
ResponsevalidateFormToken()
Check request token. Returns an error if: - the token does not exist - the token is invalid - the token is duplicated
protected
validateFormToken() : bool
Return values
boolcancelAction()
Remove downloaded file.
private
cancelAction() : void
disableBetaUpdatesAction()
private
disableBetaUpdatesAction() : void
downloadAction()
Download selected update.
private
downloadAction() : void
getUpdateItemsCore()
private
static getUpdateItemsCore() : array<string|int, mixed>
Return values
array<string|int, mixed>getUpdateItemsPlugin()
private
static getUpdateItemsPlugin(Plugin $plugin) : array<string|int, mixed>
Parameters
- $plugin : Plugin
Return values
array<string|int, mixed>notWritableFolders()
private
notWritableFolders() : array<string|int, mixed>
Return values
array<string|int, mixed>postUpdateAction()
private
postUpdateAction() : void
setCoreWarnings()
private
setCoreWarnings() : void
updateAction()
Extract zip file and update all files.
private
updateAction() : void
updateCore()
private
updateCore(ZipArchive $zip, string $fileName) : bool
Parameters
- $zip : ZipArchive
- $fileName : string
Return values
boolupdatePlugin()
private
updatePlugin(ZipArchive $zip, string $fileName) : bool
Parameters
- $zip : ZipArchive
- $fileName : string
Return values
boolwillItWorkOnNewCore()
private
willItWorkOnNewCore(Plugin $plugin, float $newCore) : bool
Parameters
- $plugin : Plugin
- $newCore : float