PHP 클래스 CacheTool\Adapter\FastCGI

상속: extends AbstractAdapter
파일 보기 프로젝트 열기: gordalina/cachetool 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$client Adoy\FastCGI\Client
$host string

공개 메소드들

메소드 설명
__construct ( string $host = null, string $tempDir = null )

보호된 메소드들

메소드 설명
doRun ( Code $code )
request ( Code $code )

메소드 상세

__construct() 공개 메소드

public __construct ( string $host = null, string $tempDir = null )
$host string 127.0.0.1:9000 or /var/run/php5-fpm.sock
$tempDir string

doRun() 보호된 메소드

protected doRun ( Code $code )
$code CacheTool\Code

request() 보호된 메소드

protected request ( Code $code )
$code CacheTool\Code

프로퍼티 상세

$client 보호되어 있는 프로퍼티

protected Client,Adoy\FastCGI $client
리턴 Adoy\FastCGI\Client

$host 보호되어 있는 프로퍼티

protected string $host
리턴 string