Files
clinicpro/graphify-out/cache/ast/v0.8.44/12c0bcdc463a00109c26de7d9a5f5bb4f81a9813fcb4dbede7749ee51ac92b9c.json
T
hamed 05bb4a4ade Add AST JSON representation for ResourceBookingSlotController.php
This commit introduces a new JSON file that contains the abstract syntax tree (AST) representation of the ResourceBookingSlotController.php. The AST includes nodes for classes, methods, and their relationships, as well as edges that describe imports and references between various components within the file. This addition will aid in understanding the structure and dependencies of the ResourceBookingSlotController.
2026-08-03 14:37:05 +03:30

1 line
23 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "label": "ResourceBookingSlotService.php", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L1"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice", "label": "ResourceBookingSlotService", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L27"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L29"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_workingwindows", "label": ".workingWindows()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L46"}, {"id": "clinicresource", "label": "ClinicResource", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L46"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "label": ".freeIntervals()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L67"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_starttimes", "label": ".startTimes()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L88"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_resolveduration", "label": ".resolveDuration()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L130"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_isfree", "label": ".isFree()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L163"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_assertoffered", "label": ".assertOffered()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L181"}, {"id": "serviceitem", "label": "ServiceItem", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L181"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "label": ".busyIntervals()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L205"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_fullranges", "label": ".fullRanges()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L227"}, {"id": "service_resourcebookingslotservice_resourcebookingslotservice_daystart", "label": ".dayStart()", "file_type": "code", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L260"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "resourceoccupancyrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "appointmentrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "serviceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "serviceitemrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "resourceserviceresolver", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "clinicresource", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "resourceserviceofferingrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "appexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L13", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "timeinterval", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L14", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourcebookingslotservice_php", "target": "service_resourcebookingslotservice_resourcebookingslotservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L27", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L29", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_workingwindows", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L46", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_workingwindows", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L46", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L67", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L67", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_starttimes", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L88", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_starttimes", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L88", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_resolveduration", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L130", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_resolveduration", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L130", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_isfree", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L163", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_isfree", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L163", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_assertoffered", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L181", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_assertoffered", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L181", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_assertoffered", "target": "serviceitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L181", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L205", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L205", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_fullranges", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L227", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice", "target": "service_resourcebookingslotservice_resourcebookingslotservice_daystart", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L260", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_daystart", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L260", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_workingwindows", "target": "service_resourcebookingslotservice_resourcebookingslotservice_daystart", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L48", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "target": "service_resourcebookingslotservice_resourcebookingslotservice_workingwindows", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L69", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "target": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L75", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "target": "service_resourcebookingslotservice_resourcebookingslotservice_fullranges", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L77", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_starttimes", "target": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L102", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_resolveduration", "target": "service_resourcebookingslotservice_resourcebookingslotservice_assertoffered", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L146", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_isfree", "target": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L165", "weight": 1.0}, {"source": "service_resourcebookingslotservice_resourcebookingslotservice_isfree", "target": "service_resourcebookingslotservice_resourcebookingslotservice_fullranges", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L167", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_workingwindows", "callee": "rawAvailability", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L49", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_workingwindows", "callee": "isEmpty", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L54", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "callee": "TimeInterval", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L77", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_freeintervals", "callee": "getCapacity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L77", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_starttimes", "callee": "time", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L99", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_starttimes", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L108", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_starttimes", "callee": "date", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L109", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_resolveduration", "callee": "findByUuid", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L140", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_resolveduration", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L148", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_resolveduration", "callee": "resolve", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L149", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_resolveduration", "callee": "getAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L149", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_isfree", "callee": "getCapacity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L167", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_assertoffered", "callee": "findOneFor", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L183", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_assertoffered", "callee": "isActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L185", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "callee": "findResourceBusyIntervals", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L207", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L208", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "callee": "busyByResource", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L214", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L214", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_busyintervals", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L214", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_fullranges", "callee": "ksort", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L241", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_fullranges", "callee": "array_keys", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L243", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_fullranges", "callee": "TimeInterval", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L256", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_daystart", "callee": "getTimezone", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L262", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_daystart", "callee": "getAddress", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L262", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_daystart", "callee": "\\DateTimeImmutable", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L264", "receiver": null}, {"caller_nid": "service_resourcebookingslotservice_resourcebookingslotservice_daystart", "callee": "getTimestamp", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceBookingSlotService.php", "source_location": "L270", "receiver": null}]}