label = $label; return $this; } /** * @since 2.24.0 add types * * @return string|null */ public function getLabel() { return $this->label; } }