PhpGitHooks\Module\Git\Contract\CommandHandler\CommitMsgCommandHandler::__construct PHP Метод

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

CommitMsgCommandHandler constructor.
public __construct ( CommitMsgTool $commitMsgTool )
$commitMsgTool PhpGitHooks\Module\Git\Service\CommitMsgTool
    public function __construct(CommitMsgTool $commitMsgTool)
    {
        $this->commitMsgTool = $commitMsgTool;
    }
CommitMsgCommandHandler