phpDocumentor

GroupDTO

Class GroupDTO

Table of Contents

$id  : GroupIdentifierInterface
$modifiers  : array<string|int, ModifierDTO>
$name  : string
$type  : string
$selectable  : bool
$source  : string
__construct()  : mixed
GroupDTO constructor.
addModifier()  : mixed
id()  : GroupIdentifierInterface
isSelectable()  : bool
modifiers()  : array<string|int, ModifierDTO>
name()  : string
source()  : string
type()  : string

Properties

Methods

__construct()

GroupDTO constructor.

public __construct(GroupIdentifierInterface $id, string $name, string $type, string $source, bool $selectable) : mixed
Parameters
$id : GroupIdentifierInterface
$name : string
$type : string
$source : string
$selectable : bool
Return values
mixed

isSelectable()

public isSelectable() : bool
Return values
bool

name()

public name() : string
Return values
string

source()

public source() : string
Return values
string

type()

public type() : string
Return values
string

Search results