PHP Class Pinq\Caching\CacheAdapter

Author: Elliot Levin ([email protected])
Inheritance: implements Pinq\Caching\ICacheAdapter
Datei anzeigen Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$namespace string | null

Public Methods

Method Description
__construct ( $namespace )
getNamespace ( )
hasNamespace ( )

Method Details

__construct() public method

public __construct ( $namespace )

getNamespace() public method

public getNamespace ( )

hasNamespace() public method

public hasNamespace ( )

Property Details

$namespace protected_oe property

protected string|null $namespace
return string | null