- Created JSON representation for DurationCalculator.php, including nodes and edges for methods and imports. - Added JSON for ResolvedServiceSpec.php, detailing its structure and methods. - Introduced JSON for ServiceItemCatalogCategoryTest.php, capturing test methods and their relationships.
1 line
25 KiB
JSON
1 line
25 KiB
JSON
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourceservice_php", "label": "ResourceService.php", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L1"}, {"id": "service_resourceservice_resourceservice", "label": "ResourceService", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L12"}, {"id": "service_resourceservice_resourceservice_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L17"}, {"id": "service_resourceservice_resourceservice_replacecategories", "label": ".replaceCategories()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L31"}, {"id": "clinicresource", "label": "ClinicResource", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L31"}, {"id": "service_resourceservice_resourceservice_create", "label": ".create()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L60"}, {"id": "doctoraddress", "label": "DoctorAddress", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L60"}, {"id": "resourcetype", "label": "ResourceType", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L60"}, {"id": "service_resourceservice_resourceservice_update", "label": ".update()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L72"}, {"id": "service_resourceservice_resourceservice_delete", "label": ".delete()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L84"}, {"id": "service_resourceservice_resourceservice_applyoptional", "label": ".applyOptional()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L91"}, {"id": "service_resourceservice_resourceservice_normalizeattributes", "label": ".normalizeAttributes()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L124"}, {"id": "service_resourceservice_resourceservice_guard", "label": ".guard()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L175"}, {"id": "service_resourceservice_resourceservice_assertname", "label": ".assertName()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L184"}, {"id": "service_resourceservice_resourceservice_assertint", "label": ".assertInt()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L199"}, {"id": "service_resourceservice_resourceservice_persianfor", "label": ".persianFor()", "file_type": "code", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L208"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourceservice_php", "target": "doctoraddress", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourceservice_php", "target": "clinicresource", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourceservice_php", "target": "resourcetype", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourceservice_php", "target": "errorcodes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourceservice_php", "target": "appexception", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourceservice_php", "target": "entitymanagerinterface", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_resource_service_resourceservice_php", "target": "service_resourceservice_resourceservice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L12", "weight": 1.0}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L17", "weight": 1.0}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_replacecategories", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L31", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_replacecategories", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L31", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_create", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L60", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_create", "target": "doctoraddress", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourceservice_resourceservice_create", "target": "resourcetype", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourceservice_resourceservice_create", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L60", "weight": 1.0, "context": "return_type"}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L72", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_update", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L72", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourceservice_resourceservice_update", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L72", "weight": 1.0, "context": "return_type"}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_delete", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L84", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_delete", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L84", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_applyoptional", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L91", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_applyoptional", "target": "clinicresource", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L91", "weight": 1.0, "context": "parameter_type"}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_normalizeattributes", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L124", "weight": 1.0}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_guard", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L175", "weight": 1.0}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_assertname", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L184", "weight": 1.0}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_assertint", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L199", "weight": 1.0}, {"source": "service_resourceservice_resourceservice", "target": "service_resourceservice_resourceservice_persianfor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L208", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_create", "target": "service_resourceservice_resourceservice_assertname", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L62", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_create", "target": "service_resourceservice_resourceservice_applyoptional", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L63", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_update", "target": "service_resourceservice_resourceservice_assertname", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L75", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_update", "target": "service_resourceservice_resourceservice_applyoptional", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L78", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_applyoptional", "target": "service_resourceservice_resourceservice_guard", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L94", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_applyoptional", "target": "service_resourceservice_resourceservice_assertint", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L94", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_applyoptional", "target": "service_resourceservice_resourceservice_normalizeattributes", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L106", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_normalizeattributes", "target": "clinicresource", "relation": "references_constant", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L134", "weight": 1.0}, {"source": "service_resourceservice_resourceservice_guard", "target": "service_resourceservice_resourceservice_persianfor", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Resource/Service/ResourceService.php", "source_location": "L180", "weight": 1.0}], "raw_calls": [{"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L36", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L36", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "findOneBy", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L40", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L40", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L43", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "getEntityType", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L43", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L44", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "getEntityId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L44", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "getId", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L48", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "clear", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L51", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "getCategories", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L51", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "add", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L53", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "getCategories", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L53", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_replacecategories", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L56", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_create", "callee": "persist", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L65", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_create", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L66", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_update", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L74", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_update", "callee": "setName", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L75", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_update", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L79", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_delete", "callee": "remove", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L86", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_delete", "callee": "flush", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L87", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L93", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "setCapacity", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L94", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L97", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "setSetupMinutes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L98", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L101", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "setCleanupMinutes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L102", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L105", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "setAttributes", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L106", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L109", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_applyoptional", "callee": "setActive", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L110", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_normalizeattributes", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L130", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_normalizeattributes", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L134", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_normalizeattributes", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L137", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_normalizeattributes", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L145", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_normalizeattributes", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L145", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_normalizeattributes", "callee": "is_scalar", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L154", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_normalizeattributes", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L157", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_guard", "callee": "$apply", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L178", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_guard", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L180", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_assertname", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L186", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_assertname", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L186", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_assertname", "callee": "mb_strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L192", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_assertint", "callee": "is_numeric", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L201", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_assertint", "callee": "sprintf", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L202", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_persianfor", "callee": "str_contains", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L211", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_persianfor", "callee": "str_contains", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L212", "receiver": null}, {"caller_nid": "service_resourceservice_resourceservice_persianfor", "callee": "str_contains", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Resource/Service/ResourceService.php", "source_location": "L213", "receiver": null}]} |