Tournament Generator

ExporterInterface

Interface for exporters

Tags
author

Tomáš Vojík vojik@wboy.cz

since
0.5

Table of Contents

export()  : array<string|int, mixed>
Simple export query without any modifiers
get()  : array<string|int, mixed>
Finish the export query -> get the result
getBasic()  : array<string|int, mixed>
Gets the basic unmodified data
getJson()  : string
Return result as json
start()  : ExporterInterface
Start an export query

Methods

export()

Simple export query without any modifiers

public static export(WithId $object) : array<string|int, mixed>
Parameters
$object : WithId
Return values
array<string|int, mixed>

The query result

get()

Finish the export query -> get the result

public get() : array<string|int, mixed>
Return values
array<string|int, mixed>

The query result

getBasic()

Gets the basic unmodified data

public getBasic() : array<string|int, mixed>
Return values
array<string|int, mixed>

getJson()

Return result as json

public getJson() : string
Tags
throws
JsonException
Return values
string

Search results