PrepareIDs
Table of Contents
Properties
- $ids : null|string|array<string|int, mixed>
- The default ids representation, a string list with comma separator or an array.
Methods
- initializeIDs() : void
- Initialize all skins properties with an associative array definition.
- preparedIDs() : string|null
- Prepares the identifier list representation (by default ids).
Properties
$ids
The default ids representation, a string list with comma separator or an array.
public
null|string|array<string|int, mixed>
$ids
= null
Methods
initializeIDs()
Initialize all skins properties with an associative array definition.
protected
initializeIDs([array<string|int, mixed> $init = [] ]) : void
Parameters
- $init : array<string|int, mixed> = []
preparedIDs()
Prepares the identifier list representation (by default ids).
protected
preparedIDs(ServerRequestInterface|null $request[, array<string|int, mixed> $args = [] ][, array<string|int, mixed>|null &$params = [] ][, string|null $name = ControllerParam::IDS ]) : string|null
Parameters
- $request : ServerRequestInterface|null
- $args : array<string|int, mixed> = []
- $params : array<string|int, mixed>|null = []
- $name : string|null = ControllerParam::IDS