getAttribute() getAttribute(string $name, string $default = null) : mixed Return the extra attribute. Parameters string $name string $default Returns mixed —
setAttribute() setAttribute(string $name, mixed $value) : $this Set extra attributes. Parameters string $name mixed $value Returns $this —
merge() merge(array $attributes) : $this Map the given array onto the user's properties. Parameters array $attributes Returns $this —
offsetExists() offsetExists(mixed $offset) : mixed {@inheritdoc} Parameters mixed $offset Returns mixed —
offsetSet() offsetSet(mixed $offset, mixed $value) : mixed {@inheritdoc} Parameters mixed $offset mixed $value Returns mixed —
offsetUnset() offsetUnset(mixed $offset) : mixed {@inheritdoc} Parameters mixed $offset Returns mixed —