/**
  * Sets the default allowed states for new instances.
  *
  * @param null|string|array $states
  * @see   Addressable::setAllowedStates
  */
 public static function set_allowed_states($states)
 {
     self::$allowed_states = $states;
 }