Explorar el Código

Ajout ControllerTrait : getSectionCurrentDefault

packProduct
Guillaume hace 3 años
padre
commit
d616a0265e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      Controller/ControllerTrait.php

+ 5
- 0
Controller/ControllerTrait.php Ver fichero

@@ -154,6 +154,11 @@ trait ControllerTrait
return $this->get(SectionResolver::class)->getCurrent();
}

public function getSectionCurrentDefault(): ?SectionInterface
{
return $this->get(SectionResolver::class)->getCurrent(true);
}

public function isOutOfSection()
{
return $this->get(SectionResolver::class)->isOutOfSection();

Cargando…
Cancelar
Guardar