PurposeUpdateServiceInterface
in
Interface PurposeUpdateServiceInterface
Table of Contents
- update() : void
- updateStatus() : mixed
Methods
update()
public
update(PurposeUpdateDtoInterface $dto) : void
Parameters
- $dto : PurposeUpdateDtoInterface
Return values
void —updateStatus()
public
updateStatus(int $id, bool $status) : mixed
Parameters
- $id : int
- $status : bool