phpDocumentor

ParcelServiceController extends JSEngineController

Class ParcelServiceController

Tags
codeCoverageIgnore

Table of Contents

JAVASCRIPT_ENGINE  = 'JSE'
$factory  : ParcelServiceFactory
$filterService  : ParcelServiceFilterService
$readService  : ParcelServiceReadService
$renderer  : GambioAdminRenderer
$textManager  : TextManager
$translations  : FrontendTranslations
$writeService  : ParcelServiceWriteService
__construct()  : mixed
ParcelServiceController constructor.
addJsSectionTranslation()  : void
createParcelService()  : Response
deleteParcelService()  : Response
getParcelServices()  : Response
initializeJSEngineController()  : void
Initialization method.
render()  : string
Renders the template.
showOverview()  : Response
translate()  : string
updateParcelService()  : 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