Matthias\SymfonyConsoleForm\Console\Input\CachedInputDefinitionFactory::inputDefinitionFromCache PHP Method

inputDefinitionFromCache() private method

private inputDefinitionFromCache ( string $cache ) : mixed
$cache string
return mixed
    private function inputDefinitionFromCache($cache)
    {
        return unserialize(file_get_contents($cache));
    }