UserCustomTagParametersGroup
extends ParametersGroup
in package
This is the user model (creating/updating user) custom tags parameters group class.
Table of Contents
$customTagId | : int | |
---|---|---|
$validator | : ParametersValidator | |
$value | : string | |
setCustomTagId() | Sets the customTagId parameter for this parameters group. | : void |
setValue() | Sets the value parameter for this parameters group. | : void |
toArray() | Returns the object data on array format. | : array<string|int, mixed> |
filter() | : array<string|int, mixed> | |
getInstantiatedValidator() | : ParametersValidator | |
getValidator() | : UserCustomTagParametersValidator |
Properties
$customTagId
protected
int
$customTagId
$validator
protected
ParametersValidator
$validator
$value
protected
string
$value
Methods
setCustomTagId()
Sets the customTagId parameter for this parameters group.
public
setCustomTagId(int $customTagId) : void
Parameters
- $customTagId : int
Return values
void —setValue()
Sets the value parameter for this parameters group.
public
setValue(string $value) : void
Parameters
- $value : string
Return values
void —toArray()
Returns the object data on array format.
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed> —filter()
protected
filter(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
Return values
array<string|int, mixed> —getInstantiatedValidator()
protected
getInstantiatedValidator() : ParametersValidator
Return values
ParametersValidator —getValidator()
protected
getValidator() : UserCustomTagParametersValidator