MenaraSolutions\Geographer\Services\TranslationAgency::__construct PHP Method

__construct() public method

TranslationRepository constructor.
public __construct ( string $basePath, MenaraSolutions\Geographer\Contracts\RepositoryInterface $repository )
$basePath string
$repository MenaraSolutions\Geographer\Contracts\RepositoryInterface
    public function __construct($basePath, RepositoryInterface $repository)
    {
        $this->basePath = $basePath;
        $this->repository = $repository;
    }