PHP Class TextAnalysis\Utilities\Nltk\Download\Package

Author: yooper
Datei anzeigen Open project: yooper/php-text-analysis

Protected Properties

Property Type Description
$checksum string
$id
$name
$subdir
$unzip
$url

Public Methods

Method 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 method

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 method

public getChecksum ( )

getId() public method

public getId ( )

getInstallationPath() public method

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

getName() public method

public getName ( )

getSubdir() public method

public getSubdir ( )

getUnzip() public method

public getUnzip ( )

getUrl() public method

public getUrl ( )

Property Details

$checksum protected_oe property

protected string $checksum
return 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