CitationPlugin::__construct PHP Method

__construct() public method

Constructor
public __construct ( )
    function __construct()
    {
        parent::__construct();
        if ($this->getEnabled()) {
            HookRegistry::register('TemplateManager::display', array($this, 'loadJavaScript'));
        }
    }