opensrs\OMA\SearchWorkgroups::call PHP Method

call() public static method

public static call ( $data )
    public static function call($data)
    {
        if (self::validate($data)) {
            return OMA::send_cmd('search_workgroups', $data);
        }
    }
SearchWorkgroups