item_validator_service
class item_validator_service implements item_validator_service_interface
| internal |
Core validator for Item DTOs.
Enforces universal rules for the Item entity (e.g. valid IDs, safe metadata structure). Extension-specific business rules should be handled by specialized validators or within the specific extension service.
Methods
void
void
Details
at line 43
void
validate_create(item_dto_interface $dto)
Validate DTO for "create" operation.
at line 57
void
validate_update(item_dto_interface $dto)
Validate DTO for "update" operation.