<?php namespace Lc\SovBundle\Definition; interface SiteSettingDefinitionInterface { public function getCategories(): array; }