for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Victoire\Bundle\BusinessEntityBundle\Resolver;
use Victoire\Bundle\CoreBundle\Entity\EntityProxy;
/**
* Interface BusinessEntityResolverInterface.
*/
interface BusinessEntityResolverInterface
{
public function getBusinessEntity(EntityProxy $entityProxy);
}