PHP 클래스 Texy\Modules\TypographyModule

상속: extends Texy\Module
파일 보기 프로젝트 열기: dg/texy

공개 프로퍼티들

프로퍼티 타입 설명
$locale string
$locales @see http://www.unicode.org/cldr/data/charts/by_type/misc.delimiters.html

공개 메소드들

메소드 설명
__construct ( $texy )
beforeParse ( Texy $texy, &$text ) : void Text pre-processing.
postLine ( $text, $preserveSpaces = FALSE )

메소드 상세

__construct() 공개 메소드

public __construct ( $texy )

beforeParse() 공개 메소드

Text pre-processing.
public beforeParse ( Texy $texy, &$text ) : void
$texy Texy
리턴 void

postLine() 공개 메소드

public postLine ( $text, $preserveSpaces = FALSE )

프로퍼티 상세

$locale 공개적으로 프로퍼티

public string $locale
리턴 string

$locales 공개적으로 정적으로 프로퍼티

@see http://www.unicode.org/cldr/data/charts/by_type/misc.delimiters.html
public static $locales