PresentationMapperInterface
in
Interface PresentationMapperInterface
Table of Contents
- createPresentationInfo() : PresentationInfoInterface
- createPresentationType() : PresentationTypeInterface
- setNext() : void
Methods
createPresentationInfo()
public
createPresentationInfo(ModifierDTO $dto) : PresentationInfoInterface
Parameters
- $dto : ModifierDTO
Tags
Return values
PresentationInfoInterface —createPresentationType()
public
createPresentationType(GroupDTO $dto) : PresentationTypeInterface
Parameters
- $dto : GroupDTO
Return values
PresentationTypeInterface —setNext()
public
setNext(PresentationMapperInterface $next) : void
Parameters
- $next : PresentationMapperInterface