Kaynağa Gözat

Ajout ControllerTrait : getSectionCurrentDefault

packProduct
Guillaume 3 yıl önce
ebeveyn
işleme
d616a0265e
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      Controller/ControllerTrait.php

+ 5
- 0
Controller/ControllerTrait.php Dosyayı Görüntüle

@@ -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();

Yükleniyor…
İptal
Kaydet