MenaraSolutions\Geographer\Services\Poliglottas\Base::__construct PHP Method

__construct() public method

Base constructor.
public __construct ( MenaraSolutions\Geographer\Contracts\TranslationAgencyInterface $agency )
$agency MenaraSolutions\Geographer\Contracts\TranslationAgencyInterface
    public function __construct(TranslationAgencyInterface $agency)
    {
        $this->agency = $agency;
    }