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
Methods
- validateInput() : mixed
- Validates and normalizes a Process input.
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