AttributesTrait
trait AttributesTrait
Class AttributesMutatorsTrait.
Methods
$this
setAttributes(
array $attributes)
No description
array|null
getAttributes()
No description
bool
hasAttributes()
No description
$this
clearAttributes()
No description
bool
hasAttributeByValue(
mixed $attribute)
No description
bool
hasAttribute(
string $index)
No description
string|null
getAttribute(
string $index)
No description
$this
setAttribute(
mixed $attribute,
string $index = null)
No description
$this
removeAttribute(
string $index)
No description
$this
removeAttributeByValue($attribute)
No description