Jarves\Translation\Utils::__construct PHP Method

__construct() public method

Utils constructor.
public __construct ( Jarves $jarves, Cacher $cacher )
$jarves Jarves\Jarves
$cacher Jarves\Cache\Cacher
    public function __construct(Jarves $jarves, Cacher $cacher)
    {
        $this->jarves = $jarves;
        $this->cacher = $cacher;
    }