36 parent::__construct( $config );
38 if ( isset( $config[
'ipAllowed'] ) ) {
39 $this->ipAllowed = $config[
'ipAllowed'];
42 if ( isset( $config[
'ipRangeAllowed'] ) ) {
43 $this->ipRangeAllowed = $config[
'ipRangeAllowed'];
46 if ( isset( $config[
'ipRangeLimits'] ) ) {
47 $this->ipRangeLimits = $config[
'ipRangeLimits'];
50 if ( isset( $config[
'excludeNamed'] ) ) {
51 $this->excludeNamed = $config[
'excludeNamed'];
54 if ( isset( $config[
'excludeTemp'] ) ) {
55 $this->excludeTemp = $config[
'excludeTemp'];