$operands */ public function __construct( private array $operands ) {} public function getOperands(): array { return $this->operands; } public function getFunctionName(): string { return 'CONCAT'; } }