1 line
40 KiB
JSON
1 line
40 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "label": "InvoiceRepository.php", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L1"}, {"id": "repository_invoicerepository_invoicerepository", "label": "InvoiceRepository", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L14"}, {"id": "serviceentityrepository", "label": "ServiceEntityRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "repository_invoicerepository_invoicerepository_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L16"}, {"id": "managerregistry", "label": "ManagerRegistry", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L16"}, {"id": "repository_invoicerepository_invoicerepository_findbyuuid", "label": ".findByUuid()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L21"}, {"id": "invoice", "label": "Invoice", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L21"}, {"id": "repository_invoicerepository_invoicerepository_findbysession", "label": ".findBySession()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L26"}, {"id": "repository_invoicerepository_invoicerepository_tenantinvoices", "label": ".tenantInvoices()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L39"}, {"id": "repository_invoicerepository_invoicerepository_paidsumdql", "label": ".paidSumDql()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L72"}, {"id": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "label": ".paymentsForInvoices()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L89"}, {"id": "repository_invoicerepository_invoicerepository_counttenantinvoices", "label": ".countTenantInvoices()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L133"}, {"id": "repository_invoicerepository_invoicerepository_tenantinvoicesummary", "label": ".tenantInvoiceSummary()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L148"}, {"id": "repository_invoicerepository_invoicerepository_patientinvoicesummary", "label": ".patientInvoiceSummary()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L159"}, {"id": "repository_invoicerepository_invoicerepository_summarize", "label": ".summarize()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L169"}, {"id": "querybuilder", "label": "QueryBuilder", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L169"}, {"id": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "label": ".tenantInvoicesQuery()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L196"}, {"id": "repository_invoicerepository_invoicerepository_invoicesforpatient", "label": ".invoicesForPatient()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L236"}, {"id": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "label": ".patientInvoicesQuery()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L246"}, {"id": "repository_invoicerepository_invoicerepository_save", "label": ".save()", "file_type": "code", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L259"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "invoice", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "invoicepaymentstatus", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "patientrecord", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "sessionpayment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "serviceentityrepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "join", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "querybuilder", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "managerregistry", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_billing_repository_invoicerepository_php", "target": "repository_invoicerepository_invoicerepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "serviceentityrepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L14", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L16", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_construct", "target": "managerregistry", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L16", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_findbyuuid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L21", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_findbyuuid", "target": "invoice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L21", "weight": 1.0, "context": "return_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_findbysession", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L26", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_findbysession", "target": "invoice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L26", "weight": 1.0, "context": "return_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_tenantinvoices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L39", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_paidsumdql", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L72", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L89", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_counttenantinvoices", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L133", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L148", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_patientinvoicesummary", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L159", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_summarize", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L169", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_summarize", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L169", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L196", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L196", "weight": 1.0, "context": "return_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_invoicesforpatient", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L236", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L246", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "target": "querybuilder", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L246", "weight": 1.0, "context": "return_type"}, {"source": "repository_invoicerepository_invoicerepository", "target": "repository_invoicerepository_invoicerepository_save", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L259", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_save", "target": "invoice", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L259", "weight": 1.0, "context": "parameter_type"}, {"source": "repository_invoicerepository_invoicerepository_construct", "target": "invoice", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L18", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoices", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L41", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_counttenantinvoices", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L135", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoicesummary", "target": "repository_invoicerepository_invoicerepository_summarize", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L150", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoicesummary", "target": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L150", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_patientinvoicesummary", "target": "repository_invoicerepository_invoicerepository_summarize", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L161", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_patientinvoicesummary", "target": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L161", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "target": "invoice", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L206", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_invoicesforpatient", "target": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L238", "weight": 1.0}, {"source": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "target": "invoice", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Billing/Repository/InvoiceRepository.php", "source_location": "L256", "weight": 1.0}], "raw_calls": [{"caller_nid": "repository_invoicerepository_invoicerepository_construct", "callee": "parent", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L18", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findbyuuid", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L23", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_findbysession", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L28", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L41", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L46", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "array_map", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L54", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoices", "callee": "InvoicePaymentStatus", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L62", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paidsumdql", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L74", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getPatientSessionId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L93", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L95", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getArrayResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "from", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L102", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_paymentsforinvoices", "callee": "array_values", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L110", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_counttenantinvoices", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L135", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_counttenantinvoices", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L135", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_counttenantinvoices", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L135", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "getSingleResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L171", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L173", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "getSingleScalarResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L180", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L180", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L180", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "select", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L180", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L181", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L182", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_summarize", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L182", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "innerJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "innerJoin", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L198", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L208", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L209", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L209", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L211", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L212", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L212", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "empty", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L214", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L215", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L215", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L219", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L219", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L219", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L220", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L220", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L222", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L223", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L225", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L225", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_tenantinvoicesquery", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L225", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "getResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L238", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "getQuery", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L238", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "setMaxResults", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L238", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "setFirstResult", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L238", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_invoicesforpatient", "callee": "orderBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L238", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "setParameter", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "andWhere", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "where", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_patientinvoicesquery", "callee": "createQueryBuilder", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L248", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_save", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L261", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_save", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L263", "receiver": null}, {"caller_nid": "repository_invoicerepository_invoicerepository_save", "callee": "getEntityManager", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Billing/Repository/InvoiceRepository.php", "source_location": "L263", "receiver": null}]} |