PHP Class TextAnalysis\Utilities\Nltk\Download\Package

Author: yooper
Afficher le fichier Open project: yooper/php-text-analysis

Protected Properties

Свойство Type Description
$checksum string
$id
$name
$subdir
$unzip
$url

Méthodes publiques

Méthode Description
__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 ( )

Method Details

__construct() public méthode

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 méthode

public getChecksum ( )

getId() public méthode

public getId ( )

getInstallationPath() public méthode

Returns the path the package should be installed into
public getInstallationPath ( ) : string
Résultat string

getName() public méthode

public getName ( )

getSubdir() public méthode

public getSubdir ( )

getUnzip() public méthode

public getUnzip ( )

getUrl() public méthode

public getUrl ( )

Property Details

$checksum protected_oe property

protected string $checksum
Résultat string

$id protected_oe property

protected $id

$name protected_oe property

protected $name

$subdir protected_oe property

protected $subdir

$unzip protected_oe property

protected $unzip

$url protected_oe property

protected $url