mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-12 16:46:15 +01:00
9 lines
133 B
PHP
9 lines
133 B
PHP
|
<?php
|
||
|
|
||
|
final class ConpherenceParticipationStatus extends ConpherenceConstants {
|
||
|
|
||
|
const UP_TO_DATE = 0;
|
||
|
const BEHIND = 1;
|
||
|
|
||
|
}
|