PHP Class CacheTool\Adapter\FastCGI

Inheritance: extends AbstractAdapter
Afficher le fichier Open project: gordalina/cachetool Class Usage Examples

Protected Properties

Свойство Type Description
$client Adoy\FastCGI\Client
$host string

Méthodes publiques

Méthode Description
__construct ( string $host = null, string $tempDir = null )

Méthodes protégées

Méthode Description
doRun ( Code $code )
request ( Code $code )

Method Details

__construct() public méthode

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 méthode

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

request() protected méthode

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

Property Details

$client protected_oe property

protected Client,Adoy\FastCGI $client
Résultat Adoy\FastCGI\Client

$host protected_oe property

protected string $host
Résultat string