PHP Class Nwidart\Modules\Process\Runner

Inheritance: implements Nwidart\Modules\Contracts\RunableInterface
Show file Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$module Nwidart\Modules\Repository The module instance.

Public Methods

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

Method Details

__construct() public method

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

run() public method

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

Property Details

$module protected property

The module instance.
protected Repository,Nwidart\Modules $module
return Nwidart\Modules\Repository