TcInternalUtil extends TcDefault

This is the TcInternalUtil (internal util theme configuration) class.

The purpose of this class is to represent an internal util theme configuration.
This class extends FWK\ThemesConfigurations\TcDefault, see this class.

Tags
see
TcInternalUtil::routeTypeBatchRequestsFilter()
see
TcInternalUtil::addBatchRequests()
see
TcInternalUtil::getCalculatedData()
see
TcDefault

Table of Contents

$configuration  : Configuration|null
addBatchRequests() {@inheritDoc}  : mixed
getCalculatedData() {@inheritDoc}  : array<string|int, mixed>
getConfiguration() This method returns the 'theme configuration' data, encapsulated in a Configuration object.  : Configuration
getConfigurationData() This method returns the 'theme configuration' data, in array format.  : array<string|int, mixed>
routeTypeBatchRequestsFilter() {@inheritDoc}  : bool
runForbiddenResponse() This method runs the Response::redirect() method with the corresponding parameters based on the corresponding definition for the given routeType (that is defined in the self::FORBIDDEN_RESPONSE_ACTIONS constant).  : void

Properties

Methods

addBatchRequests()

{@inheritDoc}

public addBatchRequests(BatchRequests $requests, string $routeType) : mixed
Parameters
$requests : BatchRequests
$routeType : string
Tags
see
TcInterface::addBatchRequests()
Return values
mixed

getCalculatedData()

{@inheritDoc}

public getCalculatedData(array<string|int, mixed> $batchResult) : array<string|int, mixed>
Parameters
$batchResult : array<string|int, mixed>
Tags
see
TcInterface::getCalculatedData()
Return values
array<string|int, mixed>

getConfigurationData()

This method returns the 'theme configuration' data, in array format.

public getConfigurationData() : array<string|int, mixed>
Return values
array<string|int, mixed>

runForbiddenResponse()

This method runs the Response::redirect() method with the corresponding parameters based on the corresponding definition for the given routeType (that is defined in the self::FORBIDDEN_RESPONSE_ACTIONS constant).

public runForbiddenResponse(string $routeType) : void
Parameters
$routeType : string
Tags
see
TcInterface::runForbiddenResponse()
Return values
void

Search results