Heratio Framework API Reference

ExtensionManagerProtected

Extension Manager with protection level enforcement

Wraps ExtensionManager methods with protection checks

Table of Contents

Methods

disableProtected()  : array<string|int, mixed>
Disable with protection check
uninstallProtected()  : array<string|int, mixed>
Uninstall with protection check

Methods

disableProtected()

Disable with protection check

public disableProtected(string $machineName) : array<string|int, mixed>
Parameters
$machineName : string
Return values
array<string|int, mixed>

uninstallProtected()

Uninstall with protection check

public uninstallProtected(string $machineName[, bool $backup = true ]) : array<string|int, mixed>
Parameters
$machineName : string
$backup : bool = true
Return values
array<string|int, mixed>

        
On this page

Search results