for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace diecoding\pdfjs;
/**
* PdfJs Module Viewer.
*
* @link [sugeng-sulistiyawan.github.io](sugeng-sulistiyawan.github.io)
* @author Sugeng Sulistiyawan <[email protected]>
* @copyright Copyright (c) 2024
*/
class Module extends \yii\base\Module
{
* @var array
public $defaultOptions = [];
public $defaultSections = [];
* @inheritdoc
public $controllerNamespace = 'diecoding\pdfjs\controllers';
}