PHP Class Plank\Mediable\Commands\SyncMediaCommand

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

Protected Properties

Property Type Description
$description string
$signature string

Public Methods

Method Description
handle ( ) : void Execute the console command.

Method Details

handle() public method

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

Property Details

$description protected property

protected string $description
return string

$signature protected property

protected string $signature
return string