jcb-compiler/src/0d8db719-39a6-48b4-85a6-2f97e784e588/code.power
2024-05-16 16:19:46 +02:00

15 lines
284 B
Plaintext

/**
* Base switch to add values as string or array
*
* @var boolean
* @since 3.2.0
**/
protected bool $addAsArray = true;
/**
* Base switch to keep array values unique
*
* @var boolean
* @since 3.2.2
**/
protected bool $uniqueArray = true;