Platformsh\Cli\Helper\FilesystemHelper::__construct PHP Méthode

__construct() public méthode

public __construct ( Platformsh\Cli\Helper\ShellHelperInterface $shellHelper = null, Symfony\Component\Console\Output\OutputInterface $fs = null )
$shellHelper Platformsh\Cli\Helper\ShellHelperInterface
$fs Symfony\Component\Console\Output\OutputInterface
    public function __construct(ShellHelperInterface $shellHelper = null, $fs = null)
    {
        $this->shellHelper = $shellHelper ?: new ShellHelper();
        $this->fs = $fs ?: new Filesystem();
    }