PHP Class App\Console\Commands\DestinyManifestCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: TrackerNetwork/DestinyStatus

Protected Properties

Property Type Description
$description string The console command description.
$signature string The console command name.
$url
$version
$versionDb
$versionFile

Public Methods

Method Description
fire ( )

Protected Methods

Method Description
download ( )
export ( $folder, $hash, array $json )
extract ( )
path ( $folder )

Method Details

download() protected method

protected download ( )

export() protected method

protected export ( $folder, $hash, array $json )
$json array

extract() protected method

protected extract ( )

fire() public method

public fire ( )

path() protected method

protected path ( $folder )

Property Details

$description protected property

The console command description.
protected string $description
return string

$signature protected property

The console command name.
protected string $signature
return string

$url protected property

protected $url

$version protected property

protected $version

$versionDb protected property

protected $versionDb

$versionFile protected property

protected $versionFile