| 1 | <?php  | 
            ||
| 17 | class ContentReviewCompatability  | 
            ||
| 18 | { | 
            ||
| 19 | const SUBSITES = 0;  | 
            ||
| 20 | |||
| 21 | const TRANSLATABLE = 1;  | 
            ||
| 22 | |||
| 23 | /**  | 
            ||
| 24 | * Returns the state of other modules before compatibility mode is started.  | 
            ||
| 25 | *  | 
            ||
| 26 | * @return array  | 
            ||
| 27 | */  | 
            ||
| 28 | public static function start()  | 
            ||
| 47 | |||
| 48 | /**  | 
            ||
| 49 | * @param array $compatibility  | 
            ||
| 50 | */  | 
            ||
| 51 | public static function done(array $compatibility)  | 
            ||
| 61 | }  | 
            ||
| 62 |