I wrote a list cell filter class and put it in component directory of the core plugin orangehrm:
...\orangehrm-3.3.3\symfony\plugins\orangehrmCorePlugin\lib\component\MyCellFilter.php
but when referencing the filter in lists it dose not work
I checked the orangehrm log and the error message says:
PHP Fatal error: Class 'MyCellFilter' not found
Could someone tell me where and how to define this filter class?