PHP 클래스 BrowscapPHP\Command\CheckUpdateCommand

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

공개 메소드들

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

비공개 메소드들

메소드 설명
getCache ( Symfony\Component\Console\Input\InputInterface $input ) : BrowscapPHP\Cache\BrowscapCacheInterface

메소드 상세

__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