Skip to content

Instantly share code, notes, and snippets.

View benglass's full-sized avatar

Ben Glassman benglass

View GitHub Profile
<?php
namespace Application\Search;
use Application\Model\Repository\BillRepositoryInterface;
use Application\Model\Repository\BillProfileRepositoryInterface;
class BillSearchResultBillProfileKeywordsDecorator implements BillSearchResultDecoratorInterface
{
protected $profileIds = [];