Nwidart\Modules\Process\Runner::run PHP Méthode

run() public méthode

Run the given command.
public run ( string $command )
$command string
    public function run($command)
    {
        passthru($command);
    }