class Illuminate / Support / Facades / Process
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

Process

Extends

See

  • \Illuminate\Process\PendingProcess
  • \Illuminate\Process\Factory

Methods

protected static

getFacadeAccessor ( ) : string

Get the registered name of the component.

public static

fake ( $callback ) : Factory

Indicate that the process factory should fake processes.

Parameters