Classes
Model
in package
Table of Contents
- $groups : mixed
- $options : mixed
- $type : mixed
- __construct() : mixed
- getGroups() : array<string|int, string>|null
- getHash() : string
- getOptions() : array<string|int, mixed>|null
- getType() : Type
Properties
$groups
private
mixed
$groups
$options
private
mixed
$options
$type
private
mixed
$type
Methods
__construct()
public
__construct(Type $type[, array<string|int, string>|null $groups = null ][, array<string|int, mixed> $options = null ]) : mixed
Parameters
- $type : Type
- $groups : array<string|int, string>|null = null
- $options : array<string|int, mixed> = null
Return values
mixed —getGroups()
public
getGroups() : array<string|int, string>|null
Return values
array<string|int, string>|null —getHash()
public
getHash() : string
Return values
string —getOptions()
public
getOptions() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null —getType()
public
getType() : Type