|
Moodle PHP Documentation 4.1
Moodle 4.1.19+ (Build: 20250711) (5f47dc23ffc)
|
Classes | |
| class | MatthiasMullie\Minify\Exceptions\BasicException |
| Basic Exception Class. More... | |
| class | MatthiasMullie\Minify\Exceptions\FileImportException |
| File Import Exception Class. More... | |
| class | MatthiasMullie\Minify\Exceptions\IOException |
| IO Exception Class. More... | |
Functions | |
| __construct (PEAR_Error $error) | |
| Exception constructor. | |
| static | catchError ($result) |
| Exception handling. | |
| getLogLevel () | |
| Get the log level. | |
| setLogLevel ($level=0) | |
| Sets the log level. | |
Variables | |
| integer | $_logLevel = 0 |
| The log level to use. | |
| static string | $_pearDirectory = '@data_dir@' |
| The absolute PEAR path to the translations for the default gettext handler. | |
| boolean | $logged = false |
| Has this exception been logged? | |
| *See the enclosed file LICENSE for license information(LGPL). If you *did not receive this file see | http |
| *See the enclosed file LICENSE for license information(LGPL). If you *did not receive this file see | http |
| *See the enclosed file LICENSE for license information(LGPL). If you *did not receive this file see | http |
| *See the enclosed file LICENSE for license information(LGPL). If you *did not receive this file see | http |
| *See the enclosed file LICENSE for license information(LGPL). If you *did not receive this file see | http |
| *See the enclosed file LICENSE for license information(LGPL). If you *did not receive this file see | http |
| *See the enclosed file LICENSE for license information(LGPL). If you *did not receive this file see | http |
| __construct | ( | PEAR_Error | $error | ) |
Exception constructor.
| PEAR_Error | $error | The PEAR error. |
|
static |
Exception handling.
| mixed | $result | The result to be checked for a PEAR_Error. |
| mixed | Returns the original result if it was no PEAR_Error. |
| Horde_Exception_Pear | In case the result was a PEAR_Error. |
| getLogLevel | ( | ) |
Get the log level.
| integer | The Horde_Log constant for the log level. |
| setLogLevel | ( | $level = 0 | ) |
Sets the log level.
| mixed | $level | The log level. |
|
protected |
The log level to use.
A Horde_Log constant.