src/DB/EntitiesRepository.php
EntitiesRepository
has 26 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class EntitiesRepository extends Base\Repository {
/**
* @var string data mapper class name. Required to map data from record to entity. Change it in {@link init()} method
* if you need custom mapper. But be aware - data mapper is internal class and it is strongly advised to not
* touch this property.