Tournament Generator

Modifier

Interface Modifier

Modifiers are used to modify the exported data in some way.

Tags
author

Tomáš Vojík vojik@wboy.cz

since
0.5

Table of Contents

process()  : array<string|int, mixed>
Do the modifying action on data

Methods

process()

Do the modifying action on data

public static process(array<string|int, mixed> &$data) : array<string|int, mixed>
Parameters
$data : array<string|int, mixed>
Return values
array<string|int, mixed>

Modified data

Search results