src/Twig/Components/PageMainContent.php line 8

Open in your IDE?
  1. <?php
  2. namespace App\Twig\Components;
  3. use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
  4. #[AsTwigComponent('PageMainContent')]
  5. class PageMainContent
  6. {
  7. public string|null $image = null;
  8. public bool $center = false;
  9. public string|null $theme = null;
  10. }