PhpGitHooks\Module\Configuration\Domain\CommitMsg::__construct PHP Méthode

__construct() public méthode

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;
    }