LimeSurvey API - Master branch

PluginManagerShutdownFunction
in package

Used as shutdown function during plugin loading, to turn off plugins that causes troubles.

Tags
see
https://stackoverflow.com/questions/2726524/can-you-unregister-a-shutdown-function
see
http://de2.php.net/manual/en/class.error.php
see
http://de2.php.net/manual/en/function.register-shutdown-function.php

Table of Contents

Properties

$currentPluginName  : string
$enabled  : bool

Methods

__invoke()  : void
Magic method to let object be called as function.
disable()  : void
Disable object.
enable()  : void
Enable object.
isEnabled()  : bool
setPluginName()  : mixed
showError()  : void
Echo error message.

Properties

Methods

showError()

Echo error message.

protected showError(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

        
On this page

Search results