ScalarCapability implements SchemaCapabilityInterface
Read onlyYes
FinalYes
Primitive capability that just contains a fixed value.
Examples:
- default_sortby
- versioningWS
- adminOnly
- readOnly
- hideAtCopy
- prependAtCopy
This is an experimental implementation and might change until TYPO3 v13 LTS
Table of Contents
Interfaces
- SchemaCapabilityInterface
- A semantic interface for any kind of capability.
Properties
- $value : bool|string|int|array<string|int, mixed>|float|null
Methods
- __construct() : mixed
- getValue() : bool|string|int|array<string|int, mixed>|float|null
Properties
$value
protected
bool|string|int|array<string|int, mixed>|float|null
$value
= null
Methods
__construct()
public
__construct([bool|string|int|array<string|int, mixed>|float|null $value = null ]) : mixed
Parameters
- $value : bool|string|int|array<string|int, mixed>|float|null = null
getValue()
public
getValue() : bool|string|int|array<string|int, mixed>|float|null