1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_entity_inventoryitem_php", "label": "InventoryItem.php", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L1"}, {"id": "entity_inventoryitem_inventoryitem", "label": "InventoryItem", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L17"}, {"id": "entity_inventoryitem_inventoryitem_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L67"}, {"id": "entity_inventoryitem_inventoryitem_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L77"}, {"id": "entity_inventoryitem_inventoryitem_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L78"}, {"id": "entity_inventoryitem_inventoryitem_getentitytype", "label": ".getEntityType()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L79"}, {"id": "entity_inventoryitem_inventoryitem_getentityid", "label": ".getEntityId()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L80"}, {"id": "entity_inventoryitem_inventoryitem_getname", "label": ".getName()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L81"}, {"id": "entity_inventoryitem_inventoryitem_getconsumable", "label": ".getConsumable()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L82"}, {"id": "entity_inventoryitem_inventoryitem_getunit", "label": ".getUnit()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L83"}, {"id": "entity_inventoryitem_inventoryitem_getprice", "label": ".getPrice()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L84"}, {"id": "entity_inventoryitem_inventoryitem_getstock", "label": ".getStock()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L85"}, {"id": "entity_inventoryitem_inventoryitem_getalertthreshold", "label": ".getAlertThreshold()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L86"}, {"id": "entity_inventoryitem_inventoryitem_setname", "label": ".setName()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L88"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L88"}, {"id": "entity_inventoryitem_inventoryitem_setconsumable", "label": ".setConsumable()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L89"}, {"id": "entity_inventoryitem_inventoryitem_setunit", "label": ".setUnit()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L90"}, {"id": "entity_inventoryitem_inventoryitem_setprice", "label": ".setPrice()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L91"}, {"id": "entity_inventoryitem_inventoryitem_setstock", "label": ".setStock()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L92"}, {"id": "entity_inventoryitem_inventoryitem_setalertthreshold", "label": ".setAlertThreshold()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L93"}, {"id": "entity_inventoryitem_inventoryitem_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L96"}, {"id": "entity_inventoryitem_inventoryitem_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L107"}, {"id": "entity_inventoryitem_inventoryitem_touch", "label": ".touch()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L121"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_entity_inventoryitem_php", "target": "inventoryitemrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_entity_inventoryitem_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_entity_inventoryitem_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_inventory_entity_inventoryitem_php", "target": "entity_inventoryitem_inventoryitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L17", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L67", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L77", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L78", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getentitytype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L79", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getentityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L80", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L81", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getconsumable", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L82", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getunit", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L83", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L84", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getstock", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L85", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getalertthreshold", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L86", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_setname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L88", "weight": 1.0, "context": "return_type"}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_setconsumable", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L89", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setconsumable", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L89", "weight": 1.0, "context": "return_type"}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_setunit", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L90", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setunit", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L90", "weight": 1.0, "context": "return_type"}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_setprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L91", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setprice", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L91", "weight": 1.0, "context": "return_type"}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_setstock", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L92", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setstock", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L92", "weight": 1.0, "context": "return_type"}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_setalertthreshold", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L93", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setalertthreshold", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L93", "weight": 1.0, "context": "return_type"}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getstatus", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L96", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L107", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_touch", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L121", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_touch", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L121", "weight": 1.0, "context": "return_type"}, {"source": "entity_inventoryitem_inventoryitem_setname", "target": "entity_inventoryitem_inventoryitem_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L88", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setconsumable", "target": "entity_inventoryitem_inventoryitem_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L89", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setunit", "target": "entity_inventoryitem_inventoryitem_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L90", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setprice", "target": "entity_inventoryitem_inventoryitem_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L91", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setstock", "target": "entity_inventoryitem_inventoryitem_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L92", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setalertthreshold", "target": "entity_inventoryitem_inventoryitem_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L93", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_toarray", "target": "entity_inventoryitem_inventoryitem_getstatus", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L117", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_inventoryitem_inventoryitem_construct", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryItem.php", "source_location": "L69", "receiver": null}, {"caller_nid": "entity_inventoryitem_inventoryitem_construct", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryItem.php", "source_location": "L69", "receiver": null}, {"caller_nid": "entity_inventoryitem_inventoryitem_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryItem.php", "source_location": "L73", "receiver": null}, {"caller_nid": "entity_inventoryitem_inventoryitem_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryItem.php", "source_location": "L74", "receiver": null}, {"caller_nid": "entity_inventoryitem_inventoryitem_touch", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Inventory/Entity/InventoryItem.php", "source_location": "L123", "receiver": null}]} |