ソースを参照

Ajout ControllerTrait : getSectionCurrentDefault

packProduct
Guillaume 3年前
コミット
d616a0265e
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      Controller/ControllerTrait.php

+ 5
- 0
Controller/ControllerTrait.php ファイルの表示

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

読み込み中…
キャンセル
保存