PHP Class Bosnadev\Repositories\Console\Commands\MakeCriteriaCommand

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: bosnadev/repositories

Protected Properties

Свойство Type Description
$composer
$creator
$description string The console command description.
$name string The name and signature of the console command.

Méthodes publiques

Méthode Description
__construct ( CriteriaCreator $creator )
handle ( ) : mixed Execute the console command.
writeCriteria ( $arguments, $options ) Write the criteria.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Method Details

__construct() public méthode

public __construct ( CriteriaCreator $creator )
$creator Bosnadev\Repositories\Console\Commands\Creators\CriteriaCreator

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

handle() public méthode

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

writeCriteria() public méthode

Write the criteria.
public writeCriteria ( $arguments, $options )
$arguments
$options

Property Details

$composer protected_oe property

protected $composer

$creator protected_oe property

protected $creator

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The name and signature of the console command.
protected string $name
Résultat string