Files
clinicpro/graphify-out/cache/ast/v0.8.44/d12c8b8c7291a2149985c804a34191bbbf7f2050bb2264b4efca1bbef3616251.json
T
hamed 22937dfa56 feat: add CategoryImportController for bulk JSON import and export of categories
- Implemented export functionality to retrieve all rows from specified category tables.
- Developed import functionality with strict validation and referential integrity checks.
- Added error handling for various import scenarios including invalid formats and duplicate entries.
- Introduced tests for import functionality to ensure correct behavior and validation.
2026-06-30 21:51:06 +03:30

1 line
39 KiB
JSON

{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "label": "CategoryImportController.php", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L1"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller", "label": "CategoryImportController", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L28"}, {"id": "basecontroller", "label": "BaseController", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L42"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_export", "label": ".export()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L54"}, {"id": "jsonresponse", "label": "JsonResponse", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L54"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_import", "label": ".import()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L77"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L77"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "label": ".validateReferences()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L242"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_existingids", "label": ".existingIds()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L286"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_ispositiveint", "label": ".isPositiveInt()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L296"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_normint", "label": ".normInt()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L301"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_nullableid", "label": ".nullableId()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L309"}, {"id": "controller_categoryimportcontroller_categoryimportcontroller_optstr", "label": ".optStr()", "file_type": "code", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L319"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "basecontroller", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "connection", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L6", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "jsonresponse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L7", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "request", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L8", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "route", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L9", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "isgranted", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L10", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "uuid", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L11", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "attributes", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L12", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_category_controller_categoryimportcontroller_php", "target": "controller_categoryimportcontroller_categoryimportcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L28", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "basecontroller", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L30", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L42", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_export", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L54", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller_export", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L54", "weight": 1.0, "context": "return_type"}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_import", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L77", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller_import", "target": "request", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L77", "weight": 1.0, "context": "parameter_type"}, {"source": "controller_categoryimportcontroller_categoryimportcontroller_import", "target": "jsonresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L77", "weight": 1.0, "context": "return_type"}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L242", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_existingids", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L286", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_ispositiveint", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L296", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_normint", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L301", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_nullableid", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L309", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller", "target": "controller_categoryimportcontroller_categoryimportcontroller_optstr", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L319", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller_import", "target": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L211", "weight": 1.0}, {"source": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "target": "controller_categoryimportcontroller_categoryimportcontroller_existingids", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "src/Category/Controller/CategoryImportController.php", "source_location": "L259", "weight": 1.0}], "raw_calls": [{"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_export", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L59", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_export", "callee": "fetchAllAssociative", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L62", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_export", "callee": "array_key_exists", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L67", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_export", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L74", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L82", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "json_decode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "getContent", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L85", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L87", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L87", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L87", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "array_keys", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L90", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L91", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L93", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L94", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "array_keys", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L109", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L110", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L116", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L117", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L118", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L119", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L126", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L126", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L127", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "mb_strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L128", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L129", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L133", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L134", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L135", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L139", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "mb_substr", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "toRfc4122", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "Uuid", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L140", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L141", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L141", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L146", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L147", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L149", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L155", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L157", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L158", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "mb_strlen", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L159", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L160", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L162", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L163", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L164", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L175", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L179", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "in_array", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L184", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L185", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L187", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L188", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L192", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L193", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L194", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L195", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L196", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L197", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L198", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L199", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L200", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L201", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L203", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "json_encode", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L203", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "beginTransaction", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L218", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "executeStatement", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L220", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "executeStatement", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L221", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "insert", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L223", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "executeStatement", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L225", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "commit", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L226", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "rollBack", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L228", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "executeStatement", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L229", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "error", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "getMessage", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L230", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "success", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L233", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_import", "callee": "count", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L233", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L251", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "callee": "$err", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L252", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L262", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "callee": "$err", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L263", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L274", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "callee": "$err", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L275", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "callee": "isset", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L278", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_validatereferences", "callee": "$err", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L279", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_existingids", "callee": "fetchFirstColumn", "is_member_call": true, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L288", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_ispositiveint", "callee": "is_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L298", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_ispositiveint", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L298", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_ispositiveint", "callee": "ctype_digit", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L298", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_normint", "callee": "is_int", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L303", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_normint", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L304", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_normint", "callee": "preg_match", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L304", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_nullableid", "callee": "self", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L312", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_nullableid", "callee": "$add", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L313", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_optstr", "callee": "is_string", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L322", "receiver": null}, {"caller_nid": "controller_categoryimportcontroller_categoryimportcontroller_optstr", "callee": "trim", "is_member_call": false, "source_file": "/Users/hamed/pj/my_pj/clinic_pro/clinicpro/src/Category/Controller/CategoryImportController.php", "source_location": "L323", "receiver": null}]}