trait FlagQualifierTrait

Trait FlagQualifierTrait

Methods

flag(string $flagName, string|array|mixed $value = null)

Sets the flag.

Details

static FlagQualifier flag(string $flagName, string|array|mixed $value = null)

Sets the flag.

Parameters

Name Type Description
$flagName string The name of the flag.
$value string|array|mixed An optional value of the flag.

Return Value

FlagQualifier