Метод | Описание | |
---|---|---|
__construct ( string $defaultCacheFolder ) | ||
setCache ( BrowscapPHP\Cache\BrowscapCacheInterface $cache ) |
Метод | Описание | |
---|---|---|
configure ( ) | Configures the current command. | |
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void |
Метод | Описание | |
---|---|---|
createAmountContent ( ) | ||
createAmountTypeContent ( ) | ||
getCache ( Symfony\Component\Console\Input\InputInterface $input ) : BrowscapPHP\Cache\BrowscapCacheInterface | ||
getFiles ( Symfony\Component\Console\Input\InputInterface $input ) : |
||
getPath ( Symfony\Component\Finder\SplFileInfo $file ) : string | ||
getResult ( stdClass $result ) : string | ||
handleLine ( Symfony\Component\Console\Output\OutputInterface $output, |
||
outputProgress ( Symfony\Component\Console\Output\OutputInterface $output, string $result, boolean $end = false ) : integer |
public __construct ( string $defaultCacheFolder ) | ||
$defaultCacheFolder | string |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
Результат | integer | null | void |
public setCache ( BrowscapPHP\Cache\BrowscapCacheInterface $cache ) | ||
$cache | BrowscapPHP\Cache\BrowscapCacheInterface |