PHP 클래스 BrowscapPHP\Command\LogfileCommand

저자: Dave Olsen, http://dmolsen.com
저자: Thomas Müller ([email protected])
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: browscap/browscap-php 1 사용 예제들

공개 메소드들

메소드 설명
__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