public function WorkflowGetApprovalDelegators()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::WorkflowGetApprovalDelegators();
     $this->methodClose();
     return $this->RetvalConvertArray($results->delegator_id);
 }