MediaWiki REL1_33
|
Initialize and detect the DjVu files support. More...
Public Member Functions | |
__construct () | |
Initialises DjVu tools global with default values. | |
isEnabled () | |
Returns true if the DjVu tools are usable. | |
Initialize and detect the DjVu files support.
Definition at line 26 of file DjVuSupport.php.
DjVuSupport::__construct | ( | ) |
Initialises DjVu tools global with default values.
Definition at line 31 of file DjVuSupport.php.
References $wgDjvuDump, $wgDjvuRenderer, $wgDjvuToXML, $wgDjvuTxt, and $wgFileExtensions.
DjVuSupport::isEnabled | ( | ) |
Returns true if the DjVu tools are usable.
Definition at line 49 of file DjVuSupport.php.
References $wgDjvuDump, $wgDjvuRenderer, $wgDjvuToXML, and $wgDjvuTxt.