phpDocumentor

RedirectRulesAdminController extends JSEngineController

Class RedirectRulesAdminController

Table of Contents

JAVASCRIPT_ENGINE  = 'JSE'
$configurationService  : ConfigurationService
$service  : RedirectServiceInterface
$renderer  : GambioAdminRenderer
$textManager  : TextManager
$translations  : FrontendTranslations
__construct()  : mixed
RedirectRulesAdminController constructor.
addJsSectionTranslation()  : void
addRule()  : Response
deleteRule()  : Response
disableRule()  : Response
enableRule()  : Response
getConfig()  : Response
getRules()  : Response
initializeJSEngineController()  : void
Initialization method.
render()  : string
Renders the template.
setConfig()  : Response
showOverview()  : Response
translate()  : string
updateRule()  : Response

Constants

Properties

Methods

addJsSectionTranslation()

public addJsSectionTranslation(string $section) : void
Parameters
$section : string
Return values
void

render()

Renders the template.

public render(string $pageTitle, string $templatePath[, array<string|int, mixed> $data = [] ]) : string
Parameters
$pageTitle : string
$templatePath : string
$data : array<string|int, mixed> = []
Tags
throws
RenderingFailedException
Return values
string

translate()

public translate(string $phrase, string $section[, int $languageId = null ]) : string
Parameters
$phrase : string
$section : string
$languageId : int = null
Return values
string

Search results