選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

SectionResolver.php 259B

123456789101112131415161718
  1. <?php
  2. /**
  3. * @author La clic ! <contact@laclic.fr>
  4. */
  5. namespace Lc\CaracoleBundle\Resolver;
  6. use Lc\CaracoleBundle\Model\Section\SectionInterface;
  7. class SectionResolver
  8. {
  9. public function getCurrent(): SectionInterface
  10. {
  11. //return ;
  12. }
  13. }