PHP 클래스 Nwidart\Modules\Process\Runner

상속: implements Nwidart\Modules\Contracts\RunableInterface
파일 보기 프로젝트 열기: nwidart/laravel-modules

보호된 프로퍼티들

프로퍼티 타입 설명
$module Nwidart\Modules\Repository The module instance.

공개 메소드들

메소드 설명
__construct ( Repository $module ) The constructor.
run ( string $command ) Run the given command.

메소드 상세

__construct() 공개 메소드

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

run() 공개 메소드

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

프로퍼티 상세

$module 보호되어 있는 프로퍼티

The module instance.
protected Repository,Nwidart\Modules $module
리턴 Nwidart\Modules\Repository