wsf_submit_get_by_hash

Description

The wsf_submit_get_by_hash PHP function returns a submit object by hash.

Usage

wsf_submit_get_by_hash( $submit_hash );

Parameters

  1. $submit_hash String
    The submit hash.

Return

$submit_object Submit Object
The submit object. An exception is thrown if the submit object cannot be found.