PHP Class Plank\Mediable\Commands\PruneMediaCommand

Author: Sean Fraser ([email protected])
Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: plank/laravel-mediable

Protected Properties

Свойство Type Description
$description string
$filesystem Illuminate\Filesystem\FilesystemManager Filesystem Manager instance.
$signature string

Méthodes publiques

Méthode Description
__construct ( FileSystemManager $filesystem ) Constructor.
handle ( ) : void Execute the console command.

Method Details

__construct() public méthode

Constructor.
public __construct ( FileSystemManager $filesystem )
$filesystem FileSystemManager

handle() public méthode

Execute the console command.
public handle ( ) : void
Résultat void

Property Details

$description protected_oe property

protected string $description
Résultat string

$filesystem protected_oe property

Filesystem Manager instance.
protected FilesystemManager,Illuminate\Filesystem $filesystem
Résultat Illuminate\Filesystem\FilesystemManager

$signature protected_oe property

protected string $signature
Résultat string