- convertDashesToUnderscores() is invoked static by
StringUtils::convertDashesToUnderscores
Signed-off-by: Roland Häder <roland@mxchange.org>
use Org\Mxchange\CoreFramework\Generic\NullPointerException;
use Org\Mxchange\CoreFramework\Helper\Template\HelpableTemplate;
use Org\Mxchange\CoreFramework\Registry\GenericRegistry;
+use Org\Mxchange\CoreFramework\String\Utils\StringUtils;
use Org\Mxchange\CoreFramework\Template\CompileableTemplate;
/**
} // END - if
// Get page (this will throw an exception if not set)
- $command = $helperInstance->convertDashesToUnderscores($requestInstance->getRequestElement('command'));
+ $command = StringUtils::convertDashesToUnderscores($requestInstance->getRequestElement('command'));
// Construct config entry
$configEntry = $command . '_' . $linkName . '_action_url';