PHP Class Plank\Mediable\Commands\PruneMediaCommand

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

Protected Properties

Property Type Description
$description string
$filesystem Illuminate\Filesystem\FilesystemManager Filesystem Manager instance.
$signature string

Public Methods

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

Method Details

__construct() public method

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

handle() public method

Execute the console command.
public handle ( ) : void
return void

Property Details

$description protected property

protected string $description
return string

$filesystem protected property

Filesystem Manager instance.
protected FilesystemManager,Illuminate\Filesystem $filesystem
return Illuminate\Filesystem\FilesystemManager

$signature protected property

protected string $signature
return string