Page MenuHomec4science

ConpherenceParticipationStatus.php
No OneTemporary

File Metadata

Created
Mon, Sep 9, 08:42

ConpherenceParticipationStatus.php

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

Event Timeline