Inputs
in package
Represents the "i" (inputs node) in the data file.
Tags
Table of Contents
Properties
- $clientSideInputs : mixed
- $headerSideInputs : mixed
- $identifiersByComponentType : mixed
- $propertyMappings : mixed
Methods
- __construct() : mixed
- getClientSideInputs() : mixed
- getHeaderSideInputs() : mixed
- getIdentifiersByComponentType() : mixed
- getPropertyMappings() : mixed
- createClientSideInputs() : mixed
- createHeaderInputs() : mixed
Properties
$clientSideInputs
private
mixed
$clientSideInputs
$headerSideInputs
private
mixed
$headerSideInputs
$identifiersByComponentType
private
mixed
$identifiersByComponentType
$propertyMappings
private
mixed
$propertyMappings
Methods
__construct()
public
__construct(mixed $identifiersByComponentType, mixed $propertyMappings, mixed $inputs) : mixed
Parameters
- $identifiersByComponentType : mixed
- $propertyMappings : mixed
- $inputs : mixed
getClientSideInputs()
public
getClientSideInputs() : mixed
getHeaderSideInputs()
public
getHeaderSideInputs() : mixed
getIdentifiersByComponentType()
public
getIdentifiersByComponentType() : mixed
getPropertyMappings()
public
getPropertyMappings() : mixed
createClientSideInputs()
private
createClientSideInputs(mixed $inputs) : mixed
Parameters
- $inputs : mixed
createHeaderInputs()
private
createHeaderInputs(mixed $inputs) : mixed
Parameters
- $inputs : mixed