PHP 클래스 JoliTypo\Fixer\Hyphen

상속: implements JoliTypo\FixerInterface, implements JoliTypo\LocaleAwareFixerInterface
파일 보기 프로젝트 열기: jolicode/jolitypo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $locale )
fix ( $content, StateBag $stateBag = null )
setLocale ( $locale )

보호된 메소드들

메소드 설명
fixLocale ( $locale ) : mixed Transform fr_FR to fr to fit the list of supported locales.
setOptions ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $locale )

fix() 공개 메소드

public fix ( $content, StateBag $stateBag = null )
$stateBag JoliTypo\StateBag

fixLocale() 보호된 메소드

Transform fr_FR to fr to fit the list of supported locales.
protected fixLocale ( $locale ) : mixed
$locale
리턴 mixed

setLocale() 공개 메소드

public setLocale ( $locale )
$locale

setOptions() 보호된 메소드

protected setOptions ( )