Updater
extends Helper
in package
Admin Helper class.
Table of Contents
- $app : App
- __call() : mixed
- __construct() : mixed
- __get() : mixed
- __invoke() : mixed
- initialize() : mixed
- update() : mixed
Properties
$app
public
App
$app
Methods
__call()
public
__call(mixed $name, mixed $arguments) : mixed
Parameters
- $name : mixed
- $arguments : mixed
Return values
mixed —__construct()
public
__construct(mixed $app) : mixed
Parameters
- $app : mixed
Return values
mixed —__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
Return values
mixed —__invoke()
public
__invoke(mixed $helper) : mixed
Parameters
- $helper : mixed
Return values
mixed —initialize()
public
initialize() : mixed
Return values
mixed —update()
public
update(mixed $zipUrl, mixed $targetPath[, mixed $options = [] ]) : mixed
Parameters
- $zipUrl : mixed
- $targetPath : mixed
- $options : mixed = []