33 public const CONSTRUCTOR_OPTIONS = [
45 $this->shutdowns = $options->
get(
'FeatureShutdown' );
53 if ( !isset( $this->shutdowns[$featureName] ) ) {
58 foreach ( $this->shutdowns[$featureName] as $shutdown ) {
59 if ( strtotime( $shutdown[
'start'] ) > $time || strtotime( $shutdown[
'end'] ) < $time ) {
63 if ( isset( $shutdown[
'percentage'] ) && rand( 0, 99 ) > $shutdown[
'percentage'] ) {
if(!defined('MW_SETUP_CALLBACK'))