40 public function __construct(array $query_params, array $post_data)
42 $this->requested_ref_id = (int) $query_params[
"ref_id"];
43 $this->requested_ass_id = ($post_data[
"ass_id"])
44 ? (
int) $post_data[
"ass_id"]
45 : (int) $query_params[
"ass_id"];
46 $this->requested_member_id = ($post_data[
"member_id"])
47 ? (
int) $post_data[
"member_id"]
48 : (int) $query_params[
"member_id"];
An exception for terminatinating execution or to throw for unit testing.
__construct(array $query_params, array $post_data)
Constructor.
static _lookupType($a_id, $a_reference=false)
lookup object type