PhpGitHooks\Module\Configuration\Domain\CommitMsg::__construct PHP Method

__construct() public method

CommitMsg constructor.
public __construct ( Undefined $undefined, Enabled $enabled, RegularExpression $regularExpression )
$undefined Undefined
$enabled Enabled
$regularExpression RegularExpression
    public function __construct(Undefined $undefined, Enabled $enabled, RegularExpression $regularExpression)
    {
        $this->enabled = $enabled;
        $this->regularExpression = $regularExpression;
        $this->undefined = $undefined;
    }