Parses and sanitizes text properties of GeoJSON/simplestyle by putting them through parser.
More...
Parses and sanitizes text properties of GeoJSON/simplestyle by putting them through parser.
◆ __construct()
Kartographer\SimpleStyleParser::__construct |
( |
Parser |
$parser, |
|
|
PPFrame |
$frame = null , |
|
|
array |
$options = [] |
|
) |
| |
- Parameters
-
Parser | $parser | Parser used for wikitext processing |
PPFrame | null | $frame | |
array | $options | Set ['saveUnparsed' => true] to back up the original values of title and description in _origtitle and _origdescription |
◆ normalize()
Kartographer\SimpleStyleParser::normalize |
( |
& |
$json | ) |
|
|
protected |
◆ normalizeAndSanitize()
Kartographer\SimpleStyleParser::normalizeAndSanitize |
( |
& |
$data | ) |
|
Normalize an object.
- Parameters
-
stdClass[] | stdClass | &$data | |
- Returns
- Status
◆ parse()
Kartographer\SimpleStyleParser::parse |
( |
|
$input | ) |
|
Parses string into JSON and performs validation/sanitization.
- Parameters
-
- Returns
- Status
◆ parseObject()
Kartographer\SimpleStyleParser::parseObject |
( |
& |
$data | ) |
|
Validate and sanitize a parsed GeoJSON data object.
- Parameters
-
- Returns
- Status
◆ sanitize()
Kartographer\SimpleStyleParser::sanitize |
( |
& |
$json | ) |
|
|
protected |
Performs recursive sanitizaton.
Does not attempt to be smart, just recurses through everything that can be dangerous even if not a valid GeoJSON.
- Parameters
-
stdClass[] | stdClass | &$json | |
Reimplemented in Kartographer\Tests\Mock\MockSimpleStyleParser.
◆ updateMarkerSymbolCounters()
static Kartographer\SimpleStyleParser::updateMarkerSymbolCounters |
( |
array |
$values, |
|
|
array & |
$counters = [] |
|
) |
| |
|
static |
- Parameters
-
stdClass[] | $values | |
int[] | &$counters | |
- Returns
- array|false [ string $markerSymbol, stdClass $markerProperties ]
The documentation for this class was generated from the following file:
- includes/SimpleStyleParser.php