@inheritDoc
public function setAttribute(string $key, $value) : self { if ($this->hasEnded) { return $this; } $this->attributesBuilder[$key] = $value; return $this; }