PHP Class Cocur\Slugify\RuleProvider\DefaultRuleProvider

Author: Florian Eckerstorfer
Inheritance: implements Cocur\Slugify\RuleProvider\RuleProviderInterface
Show file Open project: cocur/slugify

Protected Properties

Property Type Description
$rules array DO NOT MODIFY THESE RULES! These rules are generated by the script in bin/generate-rules.php based on the JSON files in Resources/rules.

Public Methods

Method Description
getRules ( string $ruleset ) : array

Method Details

getRules() public method

public getRules ( string $ruleset ) : array
$ruleset string
return array

Property Details

$rules protected property

DO NOT MODIFY THESE RULES! These rules are generated by the script in bin/generate-rules.php based on the JSON files in Resources/rules.
protected array $rules
return array