BumbleDocGen / Technical description of the project / Class map / RendererHelper
RendererHelper class:
namespace BumbleDocGen\Core\Renderer;
final class RendererHelper
- # __construct | source code
public function __construct(\BumbleDocGen\Core\Plugin\PluginEventDispatcher $pluginEventDispatcher, \BumbleDocGen\Core\Configuration\Configuration $configuration);
Parameters:
Name | Type | Description |
---|---|---|
$pluginEventDispatcher | \BumbleDocGen\Core\Plugin\PluginEventDispatcher | - |
$configuration | \BumbleDocGen\Core\Configuration\Configuration | - |
- # fileInternalLinkToFilePath | source code
public function fileInternalLinkToFilePath(string $fileInternalLink): string;
Parameters:
Name | Type | Description |
---|---|---|
$fileInternalLink | string | - |
Return value: string
Throws:
- # filePathToFileInternalLink | source code
public function filePathToFileInternalLink(string $fileName): string;
Parameters:
Name | Type | Description |
---|---|---|
$fileName | string | - |
Return value: string
Throws:
- # getPreloadResourceLink | source code
public function getPreloadResourceLink(string $resourceName): string|null;
Parameters:
Name | Type | Description |
---|---|---|
$resourceName | string | - |