Files
clinicpro/graphify-out/cache/ast/v0.8.44/e0b58d59197adf124c0ea46f10da8d6032f4908d4010f7a1374b5dbb16c2a991.json
T
hamed 2553b45990 Add AST cache files for VisitPriceRequirementResolver, Version20260717093000, and DiscountRuleRepository
- Created JSON representation for VisitPriceRequirementResolver.php, including nodes and edges for methods and imports.
- Added AST cache for migrations/Version20260717093000.php, detailing methods and their relationships.
- Introduced AST cache for DiscountRuleRepository.php, capturing methods, imports, and their interactions.
2026-07-18 12:38:15 +03:30

1 line
8.6 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_entityinsurancepricing_php", "label": "EntityInsurancePricing.php", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L1"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing", "label": "EntityInsurancePricing", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L8"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L41"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_getid", "label": ".getId()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L50"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_getentitytype", "label": ".getEntityType()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L51"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_getentityid", "label": ".getEntityId()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L52"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_getinsuranceid", "label": ".getInsuranceId()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L53"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_getpatientsharerials", "label": ".getPatientShareRials()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L54"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_isfreevisit", "label": ".isFreeVisit()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L56"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_isrequirevisitprice", "label": ".isRequireVisitPrice()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L57"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_setpatientsharerials", "label": ".setPatientShareRials()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L59"}, {"id": "self", "label": "self", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L59"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_setrequirevisitprice", "label": ".setRequireVisitPrice()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L60"}, {"id": "entity_entityinsurancepricing_entityinsurancepricing_toarray", "label": ".toArray()", "file_type": "code", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L62"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_entityinsurancepricing_php", "target": "entityinsurancepricingrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_entityinsurancepricing_php", "target": "mapping", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_insurance_entity_entityinsurancepricing_php", "target": "entity_entityinsurancepricing_entityinsurancepricing", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L8", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L41", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_getid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L50", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_getentitytype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L51", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_getentityid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L52", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_getinsuranceid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L53", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_getpatientsharerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L54", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_isfreevisit", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L56", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_isrequirevisitprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L57", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_setpatientsharerials", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L59", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing_setpatientsharerials", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L59", "weight": 1.0, "context": "return_type"}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_setrequirevisitprice", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L60", "weight": 1.0}, {"source": "entity_entityinsurancepricing_entityinsurancepricing_setrequirevisitprice", "target": "self", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L60", "weight": 1.0, "context": "return_type"}, {"source": "entity_entityinsurancepricing_entityinsurancepricing", "target": "entity_entityinsurancepricing_entityinsurancepricing_toarray", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L62", "weight": 1.0}], "raw_calls": [{"caller_nid": "entity_entityinsurancepricing_entityinsurancepricing_construct", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L47", "receiver": null}, {"caller_nid": "entity_entityinsurancepricing_entityinsurancepricing_setpatientsharerials", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L59", "receiver": null}, {"caller_nid": "entity_entityinsurancepricing_entityinsurancepricing_setrequirevisitprice", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Insurance/Entity/EntityInsurancePricing.php", "source_location": "L60", "receiver": null}]}