PHP 클래스 LanguageDetector\Config

파일 보기 프로젝트 열기: nystudio107/seomatic 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$distance
$maxLenNGram
$maxNGram
$mb
$minLenNGram
$sort

공개 메소드들

메소드 설명
__call ( $name, $args )
__set_state ( array $state )
export ( )
getDistanceObject ( )
getParser ( ) : NGramParser
getSortObject ( ) : LanguageDetector\Sort\SortInterface
setDistanceObject ( languagedetector\DistanceInterface $obj )
useMb ( $use )

메소드 상세

__call() 공개 메소드

public __call ( $name, $args )

__set_state() 공개 정적인 메소드

public static __set_state ( array $state )
$state array

export() 공개 메소드

public export ( )

getDistanceObject() 공개 메소드

public getDistanceObject ( )

getParser() 공개 메소드

public getParser ( ) : NGramParser
리턴 NGramParser

getSortObject() 공개 메소드

public getSortObject ( ) : LanguageDetector\Sort\SortInterface
리턴 LanguageDetector\Sort\SortInterface

setDistanceObject() 공개 메소드

public setDistanceObject ( languagedetector\DistanceInterface $obj )
$obj languagedetector\DistanceInterface

useMb() 공개 메소드

public useMb ( $use )

프로퍼티 상세

$distance 보호되어 있는 프로퍼티

protected $distance

$maxLenNGram 보호되어 있는 프로퍼티

protected $maxLenNGram

$maxNGram 보호되어 있는 프로퍼티

protected $maxNGram

$mb 보호되어 있는 프로퍼티

protected $mb

$minLenNGram 보호되어 있는 프로퍼티

protected $minLenNGram

$sort 보호되어 있는 프로퍼티

protected $sort