\Symfony\Component\ProcessProcessUtils

ProcessUtils is a bunch of utility methods.

This class contains static methods only and is not meant to be instantiated.

Summary

Methods
Properties
Constants
validateInput()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
No private properties found
N/A

Methods

validateInput()

validateInput(string  $caller, mixed  $input) : mixed

Validates and normalizes a Process input.

Parameters

string $caller

The name of method call that validates the input

mixed $input

The input to validate

Throws

\Symfony\Component\Process\Exception\InvalidArgumentException

In case the input is not valid

Returns

mixed —

The validated input

__construct()

__construct() 

This class should not be instantiated.