PHP 클래스 TextAnalysis\Utilities\Nltk\Download\Package

저자: yooper
파일 보기 프로젝트 열기: yooper/php-text-analysis

보호된 프로퍼티들

프로퍼티 타입 설명
$checksum string
$id
$name
$subdir
$unzip
$url

공개 메소드들

메소드 설명
__construct ( string $id, string $checksum, string $name, string $subdir, string $unzip, string $url )
getChecksum ( )
getId ( )
getInstallationPath ( ) : string Returns the path the package should be installed into
getName ( )
getSubdir ( )
getUnzip ( )
getUrl ( )

메소드 상세

__construct() 공개 메소드

public __construct ( string $id, string $checksum, string $name, string $subdir, string $unzip, string $url )
$id string
$checksum string
$name string
$subdir string
$unzip string
$url string

getChecksum() 공개 메소드

public getChecksum ( )

getId() 공개 메소드

public getId ( )

getInstallationPath() 공개 메소드

Returns the path the package should be installed into
public getInstallationPath ( ) : string
리턴 string

getName() 공개 메소드

public getName ( )

getSubdir() 공개 메소드

public getSubdir ( )

getUnzip() 공개 메소드

public getUnzip ( )

getUrl() 공개 메소드

public getUrl ( )

프로퍼티 상세

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

protected string $checksum
리턴 string

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

protected $id

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

protected $name

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

protected $subdir

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

protected $unzip

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

protected $url