ExporterInterface
in
Interface for exporters
Tags
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
Return values
string —start()
Start an export query
public
static start(WithId $object) : ExporterInterface
Parameters
- $object : WithId