[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class DifferentialUnitStatus { 4 5 const UNIT_NONE = 0; 6 const UNIT_OKAY = 1; 7 const UNIT_WARN = 2; 8 const UNIT_FAIL = 3; 9 const UNIT_SKIP = 4; 10 const UNIT_POSTPONED = 5; 11 const UNIT_AUTO_SKIP = 6; 12 13 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |