<?php namespace Lc\ShopBundle\Context; interface DefaultRepositoryInterface { /** * Retourne la class ou l'interface correspondant à ce repository * * @return string */ public function getInterfaceClass(); }