Overview

Namespaces

  • Comprobo
    • Verify
      • Auth
      • Exceptions
      • HTTP

Classes

  • Api
  • Factory
  • State
  • User
  • Workflow
  • Overview
  • Namespace
  • Class

Class State

In-memory application state, shared between internal classes

Namespace: Comprobo\Verify
See: Comprobo\Verify\Factory
Located at State.php
Methods summary
public
# set( string $key, mixed $value )

Set a value in the current execution context

Set a value in the current execution context

Parameters

$key
$value
public mixed
# get( string $key )

retrieve a value from the current execution context

retrieve a value from the current execution context

Parameters

$key

Returns

mixed
the stored value or null if not found
public boolean
# has( string $key )

determine whether a key is set

determine whether a key is set

Parameters

$key

Returns

boolean
key exists
API documentation generated by ApiGen