{ delivery, parent } // Location not listed are excluded static $locations= array(); static function delivery($location) { if(isset(self::$locations[$location])) { $parameters = self::$locations[$location]; return @$parameters['delivery']; } else { return null; } } } ?>