Page MenuHomec4science

ConpherenceParticipationStatus.php
No OneTemporary

File Metadata

Created
Mon, Jul 21, 11:45

ConpherenceParticipationStatus.php

<?php
final class ConpherenceParticipationStatus extends ConpherenceConstants {
const UP_TO_DATE = 0;
const BEHIND = 1;
}

Event Timeline