Copied!

ProcessUtils is a bunch of utility methods.

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

Cloneable
Methods
public static validateInput(string $caller, ?mixed $input) : ?mixed
 

Validates and normalizes a Process input.

  • param string $caller The name of method call that validates the input
  • param mixed $input The input to validate
  • throws \InvalidArgumentException In case the input is not valid
Methods
private __construct()
 

This class should not be instantiated.

Methods
public static validateInput(string $caller, ?mixed $input) : ?mixed
 

Validates and normalizes a Process input.

  • param string $caller The name of method call that validates the input
  • param mixed $input The input to validate
  • throws \InvalidArgumentException In case the input is not valid
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration