Table of Contents
Properties
-
$conjugationBaseList
: mixed
-
$conjugationExceptionList
: mixed
-
$conjugationTypeList
: mixed
-
$doc
: mixed
-
$rootNode
: mixed
-
$xpath
: mixed
Methods
-
__construct()
: mixed
-
conjugateWord()
: mixed
-
getConjugationFormList()
: mixed
-
guessConjugationType()
: mixed
-
init()
: mixed
$conjugationBaseList
protected
mixed
$conjugationBaseList
$conjugationExceptionList
protected
mixed
$conjugationExceptionList
$conjugationTypeList
protected
mixed
$conjugationTypeList
$doc
protected
mixed
$doc
$rootNode
protected
mixed
$rootNode
$xpath
protected
mixed
$xpath
__construct()
public
__construct() : mixed
conjugateWord()
public
conjugateWord(DOMElement $wordNode) : mixed
Parameters
-
$wordNode
: DOMElement
-
public
getConjugationFormList() : mixed
guessConjugationType()
public
guessConjugationType(mixed $kanji, mixed $kana) : mixed
Parameters
-
$kanji
: mixed
-
-
$kana
: mixed
-
init()
public
init(DOMDocument $grammarDoc) : mixed
Parameters
-
$grammarDoc
: DOMDocument
-