2 declare(strict_types
= 1);
3 namespace TYPO3\CMS\TestMeta\PageTitle
;
6 * This file is part of the TYPO3 CMS project.
8 * It is free software; you can redistribute it and/or modify it under
9 * the terms of the GNU General Public License, either version 2
10 * of the License, or any later version.
12 * For the full copyright and license information, please read the
13 * LICENSE.txt file that was distributed with this source code.
15 * The TYPO3 project - inspiring people to share!
18 use TYPO3\CMS\Core\PageTitle\AbstractPageTitleProvider
;
20 class CustomPageTitleProvider
extends AbstractPageTitleProvider
22 public function setTitle(string $title): void
24 $this->title
= $title;