Joli\JoliCi\Service::__construct PHP Method

__construct() public method

public __construct ( $name, $repository, $tag, $config = [] )
    public function __construct($name, $repository, $tag, $config = array())
    {
        $this->name = $name;
        $this->repository = $repository;
        $this->tag = $tag;
        $this->config = $config;
    }