PHP Class Faker\Provider\ja_JP\Text

Inheritance: extends Faker\Provider\Text
Show file Open project: fzaninotto/faker

Protected Properties

Property Type Description
$baseText string Title: 銀河鉄道の夜 Night On The Milky Way Train Author: 宮沢賢治 Kenji Miyazawa Language: Japanese
$endPunct
$notBeginPunct
$notEndPunct All punctuation in $baseText: 、 。 「 」 『 』 ! ? ー , : ;
$separator
$separatorLen

Protected Methods

Method Description
appendEnd ( $text )
explode ( $text )
strlen ( $text )
validStart ( $word )

Method Details

appendEnd() protected static method

protected static appendEnd ( $text )

explode() protected static method

protected static explode ( $text )

strlen() protected static method

protected static strlen ( $text )

validStart() protected static method

protected static validStart ( $word )

Property Details

$baseText protected static property

Title: 銀河鉄道の夜 Night On The Milky Way Train Author: 宮沢賢治 Kenji Miyazawa Language: Japanese
See also: http://www.aozora.gr.jp/cards/000081/files/43737_19215.html
protected static string $baseText
return string

$endPunct protected static property

protected static $endPunct

$notBeginPunct protected static property

protected static $notBeginPunct

$notEndPunct protected static property

All punctuation in $baseText: 、 。 「 」 『 』 ! ? ー , : ;
protected static $notEndPunct

$separator protected static property

protected static $separator

$separatorLen protected static property

protected static $separatorLen