CommentAttributes
abstract class CommentAttributes (View source)
HTML attributes to be applied to comment elements.
Traits
Methods
Details
in
Set at line 12
static void
add(...$values)
Add a value to the set.
in
Set at line 24
static void
remove(...$values)
Remove a value from the set.
in
Set at line 32
static bool
contains(...$values)
Determines if the set contains a value.
in
Set at line 40
static array
values()
Get the values as an array.
static array
build($model)
Get the resulting class list for the given model.