Documentation

ProcessUtils
in package

ProcessUtils is a bunch of utility methods.

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

Tags
author

Martin Hasoň martin.hason@gmail.com

Table of Contents

Methods

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
throws
InvalidArgumentException

In case the input is not valid

__construct()

This class should not be instantiated.

private __construct() : mixed

        
On this page

Search results