PHP Class Barryvdh\LaravelIdeHelper\Console\MetaCommand

Author: Barry vd. Heuvel ([email protected])
Inheritance: extends Illuminate\Console\Command
Datei anzeigen Open project: barryvdh/laravel-ide-helper

Protected Properties

Property Type Description
$description string The console command description.
$filename
$files Illuminate\Contracts\Filesystem\Filesystem
$methods
$name string The console command name.
$view Illuminate\Contracts\View\Factory

Public Methods

Method Description
__construct ( Illuminate\Contracts\Filesystem\Filesystem $files, Illuminate\Contracts\View\Factory $view )
fire ( ) : void Execute the console command.

Protected Methods

Method Description
getAbstracts ( ) : array Get a list of abstracts from the Laravel Application.
getOptions ( ) : array Get the console command options.
registerClassAutoloadExceptions ( ) Register an autoloader the throws exceptions when a class is not found.

Method Details

__construct() public method

public __construct ( Illuminate\Contracts\Filesystem\Filesystem $files, Illuminate\Contracts\View\Factory $view )
$files Illuminate\Contracts\Filesystem\Filesystem
$view Illuminate\Contracts\View\Factory

fire() public method

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

getAbstracts() protected method

Get a list of abstracts from the Laravel Application.
protected getAbstracts ( ) : array
return array

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

registerClassAutoloadExceptions() protected method

Register an autoloader the throws exceptions when a class is not found.

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$filename protected_oe property

protected $filename

$files protected_oe property

protected Filesystem,Illuminate\Contracts\Filesystem $files
return Illuminate\Contracts\Filesystem\Filesystem

$methods protected_oe property

protected $methods

$name protected_oe property

The console command name.
protected string $name
return string

$view protected_oe property

protected Factory,Illuminate\Contracts\View $view
return Illuminate\Contracts\View\Factory