Javascript debugger
Website design
↑
hw_api {
bool checkout(array parameter);
}
This function checks out an object or a whole hierarchy of objects.
The parameters array contains the required element 'objectIdentifier' and the optional element 'version', 'mode' and 'objectQuery'. 'mode' can be one of the following values:
HW_API_CHECKIN_NORMAL
HW_API_CHECKIN_RECURSIVE
hw_api->checkin |