Page MenuHomestyx hydra

DifferentialUnitStatus.php
No OneTemporary

DifferentialUnitStatus.php

<?php
final class DifferentialUnitStatus {
const UNIT_NONE = 0;
const UNIT_OKAY = 1;
const UNIT_WARN = 2;
const UNIT_FAIL = 3;
const UNIT_SKIP = 4;
const UNIT_POSTPONED = 5;
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 3:24 PM (21 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
342855
Default Alt Text
DifferentialUnitStatus.php (258 B)

Event Timeline