<?php namespace Lc\SovBundle\Doctrine\Extension; interface SluggableInterface { public function getSlug(): ?string; public function setSlug(?string $slug): SluggableInterface; }