sTitle = $sTitle; } public function GetType(): string { return static::TAB_TYPE; } public function GetTitle(): string { return $this->sTitle; } public function GetParameters(): array { return [ 'sBlockId' => $this->GetId(), 'sTitle' => $this->GetTitle(), 'sType' => $this->GetType(), 'oBlock' => $this, ]; } }