GroupDTOBuilderInterface
in
Interface GroupDTOBuilderInterface
Table of Contents
- build() : GroupDTO
- withId() : mixed
- withName() : mixed
- withSelectable() : mixed
- withSource() : GroupDTOBuilderInterface
- withType() : mixed
Methods
build()
public
build() : GroupDTO
Return values
GroupDTO —withId()
public
withId(GroupIdentifierInterface $id) : mixed
Parameters
- $id : GroupIdentifierInterface
Return values
mixed —withName()
public
withName(string $name) : mixed
Parameters
- $name : string
Return values
mixed —withSelectable()
public
withSelectable(bool $selectable) : mixed
Parameters
- $selectable : bool
Return values
mixed —withSource()
public
withSource(string $source) : GroupDTOBuilderInterface
Parameters
- $source : string
Return values
GroupDTOBuilderInterface —withType()
public
withType(string $type) : mixed
Parameters
- $type : string