You are here

function AnalyzerInterface::__construct in Bibliography Module 7.2

Constructor should optionally accept an injected normalizer or set one up with the 'new' keyword in the constructor

Parameters

Normalize $normalizer:

1 method overrides AnalyzerInterface::__construct()
ContributorNames::__construct in lib/msrc-authortool/src/Analyzer/ContributorNames.php
Normalizer

File

lib/msrc-authortool/src/Analyzer/AnalyzerInterface.php, line 22

Class

AnalyzerInterface

Namespace

Analyzer

Code

function __construct(Normalize $normalizer = null);