PHP Class Texy\Modules\TypographyModule

Inheritance: extends Texy\Module
Mostra file Open project: dg/texy

Public Properties

Property Type Description
$locale string
$locales @see http://www.unicode.org/cldr/data/charts/by_type/misc.delimiters.html

Public Methods

Method Description
__construct ( $texy )
beforeParse ( Texy $texy, &$text ) : void Text pre-processing.
postLine ( $text, $preserveSpaces = FALSE )

Method Details

__construct() public method

public __construct ( $texy )

beforeParse() public method

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

postLine() public method

public postLine ( $text, $preserveSpaces = FALSE )

Property Details

$locale public_oe property

public string $locale
return string

$locales public_oe static_oe property

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