Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Application\Search;
use Application\Model\Repository\BillRepositoryInterface;
use Application\Model\Repository\BillProfileRepositoryInterface;
class BillSearchResultBillProfileKeywordsDecorator implements BillSearchResultDecoratorInterface
{
/**