diff options
| -rw-r--r-- | REFLECTION | 1593 | 
1 files changed, 1593 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..e72b86f --- /dev/null +++ b/REFLECTION @@ -0,0 +1,1593 @@ +Extension [ <persistent> extension #85 gearman version 1.1.2 ] { + +  - Constants [157] { +    Constant [ string GEARMAN_DEFAULT_TCP_HOST ] { localhost } +    Constant [ integer GEARMAN_DEFAULT_TCP_PORT ] { 4730 } +    Constant [ integer GEARMAN_DEFAULT_SOCKET_TIMEOUT ] { 10 } +    Constant [ integer GEARMAN_DEFAULT_SOCKET_SEND_SIZE ] { 32768 } +    Constant [ integer GEARMAN_DEFAULT_SOCKET_RECV_SIZE ] { 32768 } +    Constant [ integer GEARMAN_MAX_ERROR_SIZE ] { 2048 } +    Constant [ integer GEARMAN_PACKET_HEADER_SIZE ] { 12 } +    Constant [ integer GEARMAN_JOB_HANDLE_SIZE ] { 64 } +    Constant [ integer GEARMAN_OPTION_SIZE ] { 64 } +    Constant [ integer GEARMAN_UNIQUE_SIZE ] { 64 } +    Constant [ integer GEARMAN_MAX_COMMAND_ARGS ] { 8 } +    Constant [ integer GEARMAN_ARGS_BUFFER_SIZE ] { 128 } +    Constant [ integer GEARMAN_SEND_BUFFER_SIZE ] { 8192 } +    Constant [ integer GEARMAN_RECV_BUFFER_SIZE ] { 8192 } +    Constant [ integer GEARMAN_WORKER_WAIT_TIMEOUT ] { 10000 } +    Constant [ integer GEARMAN_SUCCESS ] { 0 } +    Constant [ integer GEARMAN_IO_WAIT ] { 1 } +    Constant [ integer GEARMAN_SHUTDOWN ] { 2 } +    Constant [ integer GEARMAN_SHUTDOWN_GRACEFUL ] { 3 } +    Constant [ integer GEARMAN_ERRNO ] { 4 } +    Constant [ integer GEARMAN_EVENT ] { 5 } +    Constant [ integer GEARMAN_TOO_MANY_ARGS ] { 6 } +    Constant [ integer GEARMAN_NO_ACTIVE_FDS ] { 7 } +    Constant [ integer GEARMAN_INVALID_MAGIC ] { 8 } +    Constant [ integer GEARMAN_INVALID_COMMAND ] { 9 } +    Constant [ integer GEARMAN_INVALID_PACKET ] { 10 } +    Constant [ integer GEARMAN_UNEXPECTED_PACKET ] { 11 } +    Constant [ integer GEARMAN_GETADDRINFO ] { 12 } +    Constant [ integer GEARMAN_NO_SERVERS ] { 13 } +    Constant [ integer GEARMAN_LOST_CONNECTION ] { 14 } +    Constant [ integer GEARMAN_MEMORY_ALLOCATION_FAILURE ] { 15 } +    Constant [ integer GEARMAN_JOB_EXISTS ] { 16 } +    Constant [ integer GEARMAN_JOB_QUEUE_FULL ] { 17 } +    Constant [ integer GEARMAN_SERVER_ERROR ] { 18 } +    Constant [ integer GEARMAN_WORK_ERROR ] { 19 } +    Constant [ integer GEARMAN_WORK_DATA ] { 20 } +    Constant [ integer GEARMAN_WORK_WARNING ] { 21 } +    Constant [ integer GEARMAN_WORK_STATUS ] { 22 } +    Constant [ integer GEARMAN_WORK_EXCEPTION ] { 23 } +    Constant [ integer GEARMAN_WORK_FAIL ] { 24 } +    Constant [ integer GEARMAN_NOT_CONNECTED ] { 25 } +    Constant [ integer GEARMAN_COULD_NOT_CONNECT ] { 26 } +    Constant [ integer GEARMAN_SEND_IN_PROGRESS ] { 27 } +    Constant [ integer GEARMAN_RECV_IN_PROGRESS ] { 28 } +    Constant [ integer GEARMAN_NOT_FLUSHING ] { 29 } +    Constant [ integer GEARMAN_DATA_TOO_LARGE ] { 30 } +    Constant [ integer GEARMAN_INVALID_FUNCTION_NAME ] { 31 } +    Constant [ integer GEARMAN_INVALID_WORKER_FUNCTION ] { 32 } +    Constant [ integer GEARMAN_NO_REGISTERED_FUNCTIONS ] { 34 } +    Constant [ integer GEARMAN_NO_JOBS ] { 35 } +    Constant [ integer GEARMAN_ECHO_DATA_CORRUPTION ] { 36 } +    Constant [ integer GEARMAN_NEED_WORKLOAD_FN ] { 37 } +    Constant [ integer GEARMAN_PAUSE ] { 38 } +    Constant [ integer GEARMAN_UNKNOWN_STATE ] { 39 } +    Constant [ integer GEARMAN_PTHREAD ] { 40 } +    Constant [ integer GEARMAN_PIPE_EOF ] { 41 } +    Constant [ integer GEARMAN_QUEUE_ERROR ] { 42 } +    Constant [ integer GEARMAN_FLUSH_DATA ] { 43 } +    Constant [ integer GEARMAN_SEND_BUFFER_TOO_SMALL ] { 44 } +    Constant [ integer GEARMAN_IGNORE_PACKET ] { 45 } +    Constant [ integer GEARMAN_UNKNOWN_OPTION ] { 46 } +    Constant [ integer GEARMAN_TIMEOUT ] { 47 } +    Constant [ integer GEARMAN_MAX_RETURN ] { 52 } +    Constant [ integer GEARMAN_VERBOSE_FATAL ] { 1 } +    Constant [ integer GEARMAN_VERBOSE_ERROR ] { 2 } +    Constant [ integer GEARMAN_VERBOSE_INFO ] { 3 } +    Constant [ integer GEARMAN_VERBOSE_DEBUG ] { 4 } +    Constant [ integer GEARMAN_VERBOSE_CRAZY ] { 5 } +    Constant [ integer GEARMAN_VERBOSE_MAX ] { 6 } +    Constant [ integer GEARMAN_NON_BLOCKING ] { 0 } +    Constant [ integer GEARMAN_DONT_TRACK_PACKETS ] { 1 } +    Constant [ integer GEARMAN_CON_READY ] { 0 } +    Constant [ integer GEARMAN_CON_PACKET_IN_USE ] { 1 } +    Constant [ integer GEARMAN_CON_EXTERNAL_FD ] { 2 } +    Constant [ integer GEARMAN_CON_IGNORE_LOST_CONNECTION ] { 3 } +    Constant [ integer GEARMAN_CON_CLOSE_AFTER_FLUSH ] { 4 } +    Constant [ integer GEARMAN_CON_SEND_STATE_NONE ] { 0 } +    Constant [ integer GEARMAN_CON_RECV_STATE_READ_DATA ] { 2 } +    Constant [ integer GEARMAN_COMMAND_TEXT ] { 0 } +    Constant [ integer GEARMAN_COMMAND_CAN_DO ] { 1 } +    Constant [ integer GEARMAN_COMMAND_CANT_DO ] { 2 } +    Constant [ integer GEARMAN_COMMAND_RESET_ABILITIES ] { 3 } +    Constant [ integer GEARMAN_COMMAND_PRE_SLEEP ] { 4 } +    Constant [ integer GEARMAN_COMMAND_UNUSED ] { 5 } +    Constant [ integer GEARMAN_COMMAND_NOOP ] { 6 } +    Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB ] { 7 } +    Constant [ integer GEARMAN_COMMAND_JOB_CREATED ] { 8 } +    Constant [ integer GEARMAN_COMMAND_GRAB_JOB ] { 9 } +    Constant [ integer GEARMAN_COMMAND_NO_JOB ] { 10 } +    Constant [ integer GEARMAN_COMMAND_JOB_ASSIGN ] { 11 } +    Constant [ integer GEARMAN_COMMAND_WORK_STATUS ] { 12 } +    Constant [ integer GEARMAN_COMMAND_WORK_COMPLETE ] { 13 } +    Constant [ integer GEARMAN_COMMAND_WORK_FAIL ] { 14 } +    Constant [ integer GEARMAN_COMMAND_GET_STATUS ] { 15 } +    Constant [ integer GEARMAN_COMMAND_ECHO_REQ ] { 16 } +    Constant [ integer GEARMAN_COMMAND_ECHO_RES ] { 17 } +    Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_BG ] { 18 } +    Constant [ integer GEARMAN_COMMAND_ERROR ] { 19 } +    Constant [ integer GEARMAN_COMMAND_STATUS_RES ] { 20 } +    Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_HIGH ] { 21 } +    Constant [ integer GEARMAN_COMMAND_SET_CLIENT_ID ] { 22 } +    Constant [ integer GEARMAN_COMMAND_CAN_DO_TIMEOUT ] { 23 } +    Constant [ integer GEARMAN_COMMAND_ALL_YOURS ] { 24 } +    Constant [ integer GEARMAN_COMMAND_WORK_EXCEPTION ] { 25 } +    Constant [ integer GEARMAN_COMMAND_OPTION_REQ ] { 26 } +    Constant [ integer GEARMAN_COMMAND_OPTION_RES ] { 27 } +    Constant [ integer GEARMAN_COMMAND_WORK_DATA ] { 28 } +    Constant [ integer GEARMAN_COMMAND_WORK_WARNING ] { 29 } +    Constant [ integer GEARMAN_COMMAND_GRAB_JOB_UNIQ ] { 30 } +    Constant [ integer GEARMAN_COMMAND_JOB_ASSIGN_UNIQ ] { 31 } +    Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_HIGH_BG ] { 32 } +    Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_LOW ] { 33 } +    Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_LOW_BG ] { 34 } +    Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_SCHED ] { 35 } +    Constant [ integer GEARMAN_COMMAND_SUBMIT_JOB_EPOCH ] { 36 } +    Constant [ integer GEARMAN_COMMAND_MAX ] { 43 } +    Constant [ integer GEARMAN_TASK_STATE_NEW ] { 0 } +    Constant [ integer GEARMAN_TASK_STATE_SUBMIT ] { 1 } +    Constant [ integer GEARMAN_TASK_STATE_WORKLOAD ] { 2 } +    Constant [ integer GEARMAN_TASK_STATE_WORK ] { 3 } +    Constant [ integer GEARMAN_TASK_STATE_CREATED ] { 4 } +    Constant [ integer GEARMAN_TASK_STATE_DATA ] { 5 } +    Constant [ integer GEARMAN_TASK_STATE_WARNING ] { 6 } +    Constant [ integer GEARMAN_TASK_STATE_STATUS ] { 7 } +    Constant [ integer GEARMAN_TASK_STATE_COMPLETE ] { 8 } +    Constant [ integer GEARMAN_TASK_STATE_EXCEPTION ] { 9 } +    Constant [ integer GEARMAN_TASK_STATE_FAIL ] { 10 } +    Constant [ integer GEARMAN_TASK_STATE_FINISHED ] { 11 } +    Constant [ integer GEARMAN_JOB_PRIORITY_HIGH ] { 0 } +    Constant [ integer GEARMAN_JOB_PRIORITY_NORMAL ] { 1 } +    Constant [ integer GEARMAN_JOB_PRIORITY_LOW ] { 2 } +    Constant [ integer GEARMAN_JOB_PRIORITY_MAX ] { 3 } +    Constant [ integer GEARMAN_CLIENT_ALLOCATED ] { 1 } +    Constant [ integer GEARMAN_CLIENT_NON_BLOCKING ] { 2 } +    Constant [ integer GEARMAN_CLIENT_TASK_IN_USE ] { 4 } +    Constant [ integer GEARMAN_CLIENT_UNBUFFERED_RESULT ] { 8 } +    Constant [ integer GEARMAN_CLIENT_NO_NEW ] { 16 } +    Constant [ integer GEARMAN_CLIENT_FREE_TASKS ] { 32 } +    Constant [ integer GEARMAN_CLIENT_STATE_IDLE ] { 0 } +    Constant [ integer GEARMAN_CLIENT_STATE_NEW ] { 1 } +    Constant [ integer GEARMAN_CLIENT_STATE_SUBMIT ] { 2 } +    Constant [ integer GEARMAN_CLIENT_STATE_PACKET ] { 3 } +    Constant [ integer GEARMAN_WORKER_ALLOCATED ] { 1 } +    Constant [ integer GEARMAN_WORKER_NON_BLOCKING ] { 2 } +    Constant [ integer GEARMAN_WORKER_PACKET_INIT ] { 4 } +    Constant [ integer GEARMAN_WORKER_GRAB_JOB_IN_USE ] { 8 } +    Constant [ integer GEARMAN_WORKER_PRE_SLEEP_IN_USE ] { 16 } +    Constant [ integer GEARMAN_WORKER_WORK_JOB_IN_USE ] { 32 } +    Constant [ integer GEARMAN_WORKER_CHANGE ] { 64 } +    Constant [ integer GEARMAN_WORKER_GRAB_UNIQ ] { 128 } +    Constant [ integer GEARMAN_WORKER_TIMEOUT_RETURN ] { 256 } +    Constant [ integer GEARMAN_WORKER_STATE_START ] { 0 } +    Constant [ integer GEARMAN_WORKER_STATE_FUNCTION_SEND ] { 1 } +    Constant [ integer GEARMAN_WORKER_STATE_CONNECT ] { 2 } +    Constant [ integer GEARMAN_WORKER_STATE_GRAB_JOB_SEND ] { 3 } +    Constant [ integer GEARMAN_WORKER_STATE_GRAB_JOB_RECV ] { 4 } +    Constant [ integer GEARMAN_WORKER_STATE_PRE_SLEEP ] { 5 } +  } + +  - Functions { +    Function [ <internal:gearman> function gearman_version ] { + +      - Parameters [0] { +      } +    } +    Function [ <internal:gearman> function gearman_bugreport ] { + +      - Parameters [0] { +      } +    } +    Function [ <internal:gearman> function gearman_verbose_name ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $verbose ] +      } +    } +    Function [ <internal:gearman> function gearman_client_return_code ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_create ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_clone ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_error ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_errno ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_options ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_options ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $option ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_options ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $option ] +      } +    } +    Function [ <internal:gearman> function gearman_client_remove_options ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $option ] +      } +    } +    Function [ <internal:gearman> function gearman_client_timeout ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_timeout ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $timeout ] +      } +    } +    Function [ <internal:gearman> function gearman_client_context ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_context ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $context ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_server ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $host ] +        Parameter #2 [ <required> $port ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_servers ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $servers ] +      } +    } +    Function [ <internal:gearman> function gearman_client_wait ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do_normal ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do_high ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do_low ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do_job_handle ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do_status ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do_background ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do_high_background ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_do_low_background ] { + +      - Parameters [4] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_job_status ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $job_handle ] +      } +    } +    Function [ <internal:gearman> function gearman_client_job_status_by_unique_key ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $unique_key ] +      } +    } +    Function [ <internal:gearman> function gearman_client_echo ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $workload ] +      } +    } +    Function [ <internal:gearman> function gearman_client_ping ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $workload ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_task ] { + +      - Parameters [5] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $context ] +        Parameter #4 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_task_high ] { + +      - Parameters [5] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $context ] +        Parameter #4 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_task_low ] { + +      - Parameters [5] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $context ] +        Parameter #4 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_task_background ] { + +      - Parameters [5] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $context ] +        Parameter #4 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_task_high_background ] { + +      - Parameters [5] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $context ] +        Parameter #4 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_task_low_background ] { + +      - Parameters [5] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $workload ] +        Parameter #3 [ <optional> $context ] +        Parameter #4 [ <optional> $unique ] +      } +    } +    Function [ <internal:gearman> function gearman_client_add_task_status ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $job_handle ] +        Parameter #2 [ <optional> $context ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_workload_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $callback ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_created_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $callback ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_data_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $callback ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_warning_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $callback ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_status_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $callback ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_complete_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $callback ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_exception_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $callback ] +      } +    } +    Function [ <internal:gearman> function gearman_client_set_fail_fn ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $client_object ] +        Parameter #1 [ <required> $callback ] +      } +    } +    Function [ <internal:gearman> function gearman_client_clear_fn ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $client_object ] +      } +    } +    Function [ <internal:gearman> function gearman_client_run_tasks ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $data ] +      } +    } +    Function [ <internal:gearman> function gearman_task_return_code ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_function_name ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_unique ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_job_handle ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_is_known ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_is_running ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_numerator ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_denominator ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_send_workload ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $task_object ] +        Parameter #1 [ <required> $data ] +      } +    } +    Function [ <internal:gearman> function gearman_task_data ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_data_size ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $task_object ] +      } +    } +    Function [ <internal:gearman> function gearman_task_recv_data ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $task_object ] +        Parameter #1 [ <required> $data_len ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_return_code ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_create ] { + +      - Parameters [0] { +      } +    } +    Function [ <internal:gearman> function gearman_worker_clone ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_error ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_errno ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_options ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_set_options ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $option ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_add_options ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $option ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_remove_options ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $option ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_timeout ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_set_timeout ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $timeout ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_set_id ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $id ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_add_server ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <optional> $host ] +        Parameter #2 [ <optional> $port ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_add_servers ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $servers ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_wait ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_register ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <optional> $timeout ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_unregister ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $function_name ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_unregister_all ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_grab_job ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_add_function ] { + +      - Parameters [5] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $function_name ] +        Parameter #2 [ <required> $function ] +        Parameter #3 [ <optional> $data ] +        Parameter #4 [ <optional> $timeout ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_work ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $worker_object ] +      } +    } +    Function [ <internal:gearman> function gearman_worker_echo ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $worker_object ] +        Parameter #1 [ <required> $workload ] +      } +    } +    Function [ <internal:gearman> function gearman_job_return_code ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $job_object ] +      } +    } +    Function [ <internal:gearman> function gearman_job_send_data ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $job_object ] +        Parameter #1 [ <required> $data ] +      } +    } +    Function [ <internal:gearman> function gearman_job_send_warning ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $job_object ] +        Parameter #1 [ <required> $warning ] +      } +    } +    Function [ <internal:gearman> function gearman_job_send_status ] { + +      - Parameters [3] { +        Parameter #0 [ <required> $job_object ] +        Parameter #1 [ <required> $numerator ] +        Parameter #2 [ <required> $denominator ] +      } +    } +    Function [ <internal:gearman> function gearman_job_send_complete ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $job_object ] +        Parameter #1 [ <required> $result ] +      } +    } +    Function [ <internal:gearman> function gearman_job_send_exception ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $job_object ] +        Parameter #1 [ <required> $exception ] +      } +    } +    Function [ <internal:gearman> function gearman_job_send_fail ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $job_object ] +      } +    } +    Function [ <internal:gearman> function gearman_job_handle ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $job_object ] +      } +    } +    Function [ <internal:gearman> function gearman_job_function_name ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $job_object ] +      } +    } +    Function [ <internal:gearman> function gearman_job_unique ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $job_object ] +      } +    } +    Function [ <internal:gearman> function gearman_job_workload ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $job_object ] +      } +    } +    Function [ <internal:gearman> function gearman_job_workload_size ] { + +      - Parameters [1] { +        Parameter #0 [ <required> $job_object ] +      } +    } +  } + +  - Classes [5] { +    Class [ <internal:gearman> class GearmanClient ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [46] { +        Method [ <internal:gearman, ctor> public method __construct ] { +        } + +        Method [ <internal:gearman> public method returnCode ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method clone ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method error ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method getErrno ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method options ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method setOptions ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $option ] +          } +        } + +        Method [ <internal:gearman> public method addOptions ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $option ] +          } +        } + +        Method [ <internal:gearman> public method removeOptions ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $option ] +          } +        } + +        Method [ <internal:gearman> public method timeout ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method setTimeout ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $timeout ] +          } +        } + +        Method [ <internal:gearman> public method context ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method setContext ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $context ] +          } +        } + +        Method [ <internal:gearman> public method addServer ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $host ] +            Parameter #1 [ <required> $port ] +          } +        } + +        Method [ <internal:gearman> public method addServers ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $servers ] +          } +        } + +        Method [ <internal:gearman> public method wait ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method do ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method doNormal ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method doHigh ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method doLow ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method doJobHandle ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method doStatus ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method doBackground ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method doHighBackground ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method doLowBackground ] { + +          - Parameters [3] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method jobStatus ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $job_handle ] +          } +        } + +        Method [ <internal:gearman> public method jobStatusByUniqueKey ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $unique_key ] +          } +        } + +        Method [ <internal:gearman> public method echo ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $workload ] +          } +        } + +        Method [ <internal:gearman> public method ping ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $workload ] +          } +        } + +        Method [ <internal:gearman> public method addTask ] { + +          - Parameters [4] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $context ] +            Parameter #3 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method addTaskHigh ] { + +          - Parameters [4] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $context ] +            Parameter #3 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method addTaskLow ] { + +          - Parameters [4] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $context ] +            Parameter #3 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method addTaskBackground ] { + +          - Parameters [4] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $context ] +            Parameter #3 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method addTaskHighBackground ] { + +          - Parameters [4] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $context ] +            Parameter #3 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method addTaskLowBackground ] { + +          - Parameters [4] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $workload ] +            Parameter #2 [ <optional> $context ] +            Parameter #3 [ <optional> $unique ] +          } +        } + +        Method [ <internal:gearman> public method addTaskStatus ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $job_handle ] +            Parameter #1 [ <optional> $context ] +          } +        } + +        Method [ <internal:gearman> public method setWorkloadCallback ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $callback ] +          } +        } + +        Method [ <internal:gearman> public method setCreatedCallback ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $callback ] +          } +        } + +        Method [ <internal:gearman> public method setDataCallback ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $callback ] +          } +        } + +        Method [ <internal:gearman> public method setWarningCallback ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $client_object ] +            Parameter #1 [ <optional> $callback ] +          } +        } + +        Method [ <internal:gearman> public method setStatusCallback ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $callback ] +          } +        } + +        Method [ <internal:gearman> public method setCompleteCallback ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $callback ] +          } +        } + +        Method [ <internal:gearman> public method setExceptionCallback ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $callback ] +          } +        } + +        Method [ <internal:gearman> public method setFailCallback ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $callback ] +          } +        } + +        Method [ <internal:gearman> public method clearCallbacks ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method runTasks ] { + +          - Parameters [0] { +          } +        } +      } +    } + +    Class [ <internal:gearman> class GearmanTask ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [12] { +        Method [ <internal:gearman> public method returnCode ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method functionName ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method unique ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method jobHandle ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method isKnown ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method isRunning ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method taskNumerator ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method taskDenominator ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method sendWorkload ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $data ] +          } +        } + +        Method [ <internal:gearman> public method data ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method dataSize ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method recvData ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $data_len ] +          } +        } +      } +    } + +    Class [ <internal:gearman> class GearmanWorker ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [22] { +        Method [ <internal:gearman, ctor> public method __construct ] { +        } + +        Method [ <internal:gearman> public method returnCode ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method clone ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method error ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method getErrno ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method options ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method setOptions ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $option ] +          } +        } + +        Method [ <internal:gearman> public method addOptions ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $option ] +          } +        } + +        Method [ <internal:gearman> public method removeOptions ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $option ] +          } +        } + +        Method [ <internal:gearman> public method timeout ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method setTimeout ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $timeout ] +          } +        } + +        Method [ <internal:gearman> public method setId ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $id ] +          } +        } + +        Method [ <internal:gearman> public method addServer ] { + +          - Parameters [2] { +            Parameter #0 [ <optional> $host ] +            Parameter #1 [ <optional> $port ] +          } +        } + +        Method [ <internal:gearman> public method addServers ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $servers ] +          } +        } + +        Method [ <internal:gearman> public method wait ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method register ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <optional> $timeout ] +          } +        } + +        Method [ <internal:gearman> public method unregister ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $function_name ] +          } +        } + +        Method [ <internal:gearman> public method unregisterAll ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method grabJob ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method addFunction ] { + +          - Parameters [4] { +            Parameter #0 [ <required> $function_name ] +            Parameter #1 [ <required> $function ] +            Parameter #2 [ <optional> $data ] +            Parameter #3 [ <optional> $timeout ] +          } +        } + +        Method [ <internal:gearman> public method work ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method echo ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $workload ] +          } +        } +      } +    } + +    Class [ <internal:gearman> class GearmanJob ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [13] { +        Method [ <internal:gearman> public method returnCode ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method setReturn ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $gearman_return_t ] +          } +        } + +        Method [ <internal:gearman> public method sendData ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $data ] +          } +        } + +        Method [ <internal:gearman> public method sendWarning ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $warning ] +          } +        } + +        Method [ <internal:gearman> public method sendStatus ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $numerator ] +            Parameter #1 [ <required> $denominator ] +          } +        } + +        Method [ <internal:gearman> public method sendComplete ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $result ] +          } +        } + +        Method [ <internal:gearman> public method sendException ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $exception ] +          } +        } + +        Method [ <internal:gearman> public method sendFail ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method handle ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method functionName ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method unique ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method workload ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:gearman> public method workloadSize ] { + +          - Parameters [0] { +          } +        } +      } +    } + +    Class [ <internal:gearman> class GearmanException extends Exception ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +        Property [ <default> public $code ] +      } + +      - Methods [9] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception> public method __toString ] { +        } +      } +    } +  } +} +  | 
