PHP Class Nwidart\Modules\Process\Runner

Inheritance: implements Nwidart\Modules\Contracts\RunableInterface
Afficher le fichier Open project: nwidart/laravel-modules

Protected Properties

Свойство Type Description
$module Nwidart\Modules\Repository The module instance.

Méthodes publiques

Méthode Description
__construct ( Repository $module ) The constructor.
run ( string $command ) Run the given command.

Method Details

__construct() public méthode

The constructor.
public __construct ( Repository $module )
$module Nwidart\Modules\Repository

run() public méthode

Run the given command.
public run ( string $command )
$command string

Property Details

$module protected_oe property

The module instance.
protected Repository,Nwidart\Modules $module
Résultat Nwidart\Modules\Repository