mci_get_custom_field_id_from_objectref [line 17]
void mci_get_custom_field_id_from_objectref(
ObjectRef $p_object_ref
)
|
|
Get the custom field id given an object ref. The id is set based on the following algorithm: - id from objectref (if not zero).
- id corresponding to name in object ref.
- 0, if object ref doesn't contain an id or a name.
Parameters:
|
ObjectRef |
$p_object_ref: |
An associate array with "id" and "name" keys. |