HippoPHP\Hippo\HippoTextUI::__construct PHP Method

__construct() public method

public __construct ( Environment $environment, FileSystem $fileSystem, CheckRepository $checkRepository, HippoPHP\Hippo\Config\ConfigReaderInterface $configReader, string $pathToSelf, HippoTextUIContext $context )
$environment Environment
$fileSystem FileSystem
$checkRepository CheckRepository
$configReader HippoPHP\Hippo\Config\ConfigReaderInterface
$pathToSelf string
$context HippoTextUIContext
    public function __construct(Environment $environment, FileSystem $fileSystem, CheckRepository $checkRepository, ConfigReaderInterface $configReader, $pathToSelf, HippoTextUIContext $context)
    {
        $this->environment = $environment;
        $this->fileSystem = $fileSystem;
        $this->checkRepository = $checkRepository;
        $this->configReader = $configReader;
        $this->pathToSelf = $pathToSelf;
        $this->context = $context;
    }