Owl\Services\TagService::__construct PHP Метод

__construct() публичный Метод

public __construct ( Owl\Repositories\TagRepositoryInterface $tagRepo, SearchService $searchService )
$tagRepo Owl\Repositories\TagRepositoryInterface
$searchService SearchService
    public function __construct(TagRepositoryInterface $tagRepo, SearchService $searchService)
    {
        $this->tagRepo = $tagRepo;
        $this->searchService = $searchService;
    }