item_validator_service extends facade
Facade for local_middag\framework\application\service\item\item_validator_service.
Tags
Table of Contents
Methods
- get_facade_accessor() : string
- Return the service accessor key for this facade.
- validate_create() : void
- validate_update() : void
Methods
get_facade_accessor()
Return the service accessor key for this facade.
public
static get_facade_accessor() : string
Return values
stringvalidate_create()
public
static validate_create(item_dto_interface $dto) : void
Parameters
- $dto : item_dto_interface
validate_update()
public
static validate_update(item_dto_interface $dto) : void
Parameters
- $dto : item_dto_interface