The ProcessHelper class provides helpers to run external processes.
- author Fabien Potencier
- final
CloneableInstantiable
Methods |
public getName() : string |
public mustRun(Symfony Runs the process. This is identical to run() except that an exception is thrown if the process exits with a non-zero exit code.
|
public run(Symfony Runs an external process.
|
public wrapCallback(Symfony Wraps a Process callback to add debugging output. |
Properties |
Methods |
private escapeString(string $str) : string |
Methods |