Files
clinicpro/graphify-out/cache/ast/v0.8.44/49232617b5874572a3236563a8786848ff8ce7fe3abacc6bacf2d3f6fd03be1f.json
T
2026-07-15 15:33:24 +03:30

1 line
17 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": "L104"}, {"id": "entity_inventoryitem_inventoryitem_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L114"}, {"id": "entity_inventoryitem_inventoryitem_getuuid", "label": ".getUuid()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L115"}, {"id": "entity_inventoryitem_inventoryitem_getentitytype", "label": ".getEntityType()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L116"}, {"id": "entity_inventoryitem_inventoryitem_getentityid", "label": ".getEntityId()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L117"}, {"id": "entity_inventoryitem_inventoryitem_getname", "label": ".getName()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L118"}, {"id": "entity_inventoryitem_inventoryitem_getconsumable", "label": ".getConsumable()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L119"}, {"id": "entity_inventoryitem_inventoryitem_getcategory", "label": ".getCategory()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L120"}, {"id": "entity_inventoryitem_inventoryitem_getunit", "label": ".getUnit()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L121"}, {"id": "entity_inventoryitem_inventoryitem_getprice", "label": ".getPrice()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L122"}, {"id": "entity_inventoryitem_inventoryitem_getstock", "label": ".getStock()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L123"}, {"id": "entity_inventoryitem_inventoryitem_getalertthreshold", "label": ".getAlertThreshold()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L124"}, {"id": "entity_inventoryitem_inventoryitem_setname", "label": ".setName()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L126"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L126"}, {"id": "entity_inventoryitem_inventoryitem_setconsumable", "label": ".setConsumable()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L127"}, {"id": "entity_inventoryitem_inventoryitem_setcategory", "label": ".setCategory()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L128"}, {"id": "entity_inventoryitem_inventoryitem_setunit", "label": ".setUnit()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L129"}, {"id": "entity_inventoryitem_inventoryitem_setprice", "label": ".setPrice()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L130"}, {"id": "entity_inventoryitem_inventoryitem_setstock", "label": ".setStock()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L131"}, {"id": "entity_inventoryitem_inventoryitem_setalertthreshold", "label": ".setAlertThreshold()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L132"}, {"id": "entity_inventoryitem_inventoryitem_getstatus", "label": ".getStatus()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L135"}, {"id": "entity_inventoryitem_inventoryitem_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L146"}, {"id": "entity_inventoryitem_inventoryitem_touch", "label": ".touch()", "file_type": "code", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L161"}], "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": "L104", "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": "L114", "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": "L115", "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": "L116", "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": "L117", "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": "L118", "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": "L119", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_getcategory", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L120", "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": "L121", "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": "L122", "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": "L123", "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": "L124", "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": "L126", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setname", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L126", "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": "L127", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setconsumable", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L127", "weight": 1.0, "context": "return_type"}, {"source": "entity_inventoryitem_inventoryitem", "target": "entity_inventoryitem_inventoryitem_setcategory", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L128", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setcategory", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L128", "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": "L129", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setunit", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L129", "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": "L130", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setprice", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L130", "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": "L131", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setstock", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L131", "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": "L132", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setalertthreshold", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L132", "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": "L135", "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": "L146", "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": "L161", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_touch", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L161", "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": "L126", "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": "L127", "weight": 1.0}, {"source": "entity_inventoryitem_inventoryitem_setcategory", "target": "entity_inventoryitem_inventoryitem_touch", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Inventory/Entity/InventoryItem.php", "source_location": "L128", "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": "L129", "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": "L130", "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": "L131", "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": "L132", "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": "L157", "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": "L106", "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": "L106", "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": "L110", "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": "L111", "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": "L163", "receiver": null}]}