PHP Class CacheTool\Adapter\FastCGI

Inheritance: extends AbstractAdapter
Datei anzeigen Open project: gordalina/cachetool Class Usage Examples

Protected Properties

Property Type Description
$client Adoy\FastCGI\Client
$host string

Public Methods

Method Description
__construct ( string $host = null, string $tempDir = null )

Protected Methods

Method Description
doRun ( Code $code )
request ( Code $code )

Method Details

__construct() public method

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 method

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

request() protected method

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

Property Details

$client protected_oe property

protected Client,Adoy\FastCGI $client
return Adoy\FastCGI\Client

$host protected_oe property

protected string $host
return string