PHP Class Cocur\Slugify\RuleProvider\DefaultRuleProvider

Author: Florian Eckerstorfer
Inheritance: implements Cocur\Slugify\RuleProvider\RuleProviderInterface
Afficher le fichier Open project: cocur/slugify

Protected Properties

Свойство 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.

Méthodes publiques

Méthode Description
getRules ( string $ruleset ) : array

Method Details

getRules() public méthode

public getRules ( string $ruleset ) : array
$ruleset string
Résultat array

Property Details

$rules protected_oe 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
Résultat array