PHP 클래스 Cocur\Slugify\RuleProvider\DefaultRuleProvider

저자: Florian Eckerstorfer
상속: implements Cocur\Slugify\RuleProvider\RuleProviderInterface
파일 보기 프로젝트 열기: cocur/slugify

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

공개 메소드들

메소드 설명
getRules ( string $ruleset ) : array

메소드 상세

getRules() 공개 메소드

public getRules ( string $ruleset ) : array
$ruleset string
리턴 array

프로퍼티 상세

$rules 보호되어 있는 프로퍼티

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
리턴 array