PHP Класс BrowscapPHP\Command\LogfileCommand

Автор: Dave Olsen, http://dmolsen.com
Автор: Thomas Müller ([email protected])
Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 ) : Finder
getPath ( Symfony\Component\Finder\SplFileInfo $file ) : string
getResult ( stdClass $result ) : string
handleLine ( Symfony\Component\Console\Output\OutputInterface $output, ReaderCollection $collection, Browscap $browscap, integer $line )
outputProgress ( Symfony\Component\Console\Output\OutputInterface $output, string $result, boolean $end = false ) : integer

Описание методов

__construct() публичный Метод

public __construct ( string $defaultCacheFolder )
$defaultCacheFolder string

configure() защищенный Метод

Configures the current command.
protected configure ( )

execute() защищенный Метод

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

setCache() публичный Метод

public setCache ( BrowscapPHP\Cache\BrowscapCacheInterface $cache )
$cache BrowscapPHP\Cache\BrowscapCacheInterface