PhpGitHooks\Module\Configuration\Contract\Response\CommitMsgResponse::__construct PHP Метод

__construct() публичный Метод

CommitMsgResponse constructor.
public __construct ( boolean $commitMsg, string $regularExpression )
$commitMsg boolean
$regularExpression string
    public function __construct($commitMsg, $regularExpression)
    {
        $this->commitMsg = $commitMsg;
        $this->regularExpression = $regularExpression;
    }