Defines an APC Register structure.
Source for this file: /Cache/src/structs/memory_register.php
ezcBaseStruct | --ezcCacheStorageMemoryRegisterStruct
Version: | //autogentag// |
public array(mixed) |
$attributes
Holds the attributes of an entry in the registry. |
public string |
$id
Holds the ID of an entry in the registry. |
public string |
$identifier
Holds the identifier of an entry in the registry. |
public string |
$location
Holds the location of the cache. |
public ezcCacheStorageMemoryRegisterStruct |
__construct(
$id
, $attributes
, $identifier
, $location
)
Constructs a new ezcCacheStorageMemoryRegisterStruct. |
Constructs a new ezcCacheStorageMemoryRegisterStruct.
Name | Type | Description |
---|---|---|
$id |
string | |
$attributes |
array(mixed) | |
$identifier |
string | |
$location |
mixed |