mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Updated 1. Getting Started (markdown)
parent
79cdb84510
commit
8752996b0c
@ -19,7 +19,7 @@ Reading out a pairing-file is very simple. First create a reader. This is simply
|
||||
require_once("vendor/autoload.php");
|
||||
use JeroenED/Libpairtwo/IOFactory;
|
||||
|
||||
$filereader = IOFactory::createReader('Pairtwo-6');
|
||||
$filereader = IOFactory::createReader('Swar-4');
|
||||
$filereader->read('mycompetition.sws');
|
||||
```
|
||||
This will return a usable object for reaching out for results, rankings, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user