ProcessUtils
in package
ProcessUtils is a bunch of utility methods.
This class contains static methods only and is not meant to be instantiated.
Tags
Table of Contents
- validateInput() : mixed
- Validates and normalizes a Process input.
- __construct() : mixed
- This class should not be instantiated.
Methods
validateInput()
Validates and normalizes a Process input.
public
static validateInput(string $caller, mixed $input) : mixed
Parameters
- $caller : string
-
The name of method call that validates the input
- $input : mixed
-
The input to validate
Tags
Return values
mixed —The validated input
__construct()
This class should not be instantiated.
private
__construct() : mixed