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