includes/class/ExpansionCache.class.php
Broker
- Package
- Broker
\Broker\ExpansionCache
Package: Broker






Cache for expansion modules
- Parent(s)
- \Broker\Database
- Inherited_from
- \Broker\Database
Properties
Methods


__construct(string $directory, \Broker\unknown $configuration, string $classname) : void
inherited
Constructor
Inherited from:Parameters
Name | Type | Description |
---|---|---|
$directory | string | |
$configuration | \Broker\unknown | |
$classname | string |


check(string $module, string | array $value, \Broker\unknown $parameters) : array
Check
Parameters
Returns
Name | Type | Description |
---|---|---|
$module | string | |
$value | string | array | |
$parameters | \Broker\unknown |
Type | Description |
---|---|
array |


create(string $module, string | array $value, \Broker\unknown $parameters, \Broker\unknown $result) : void
Create
Parameters
Name | Type | Description |
---|---|---|
$module | string | |
$value | string | array | |
$parameters | \Broker\unknown | |
$result | \Broker\unknown |


createHash(string $module, string $value, string $parameters) : string
static
Create hash
Parameters
Returns
Name | Type | Description |
---|---|---|
$module | string | |
$value | string | |
$parameters | string |
Type | Description |
---|---|
string |


errorCheck(string $source, \PDOStatement $query, boolean $removeDatabase) : void
inherited
Check for errors
Inherited from:Parameters
Name | Type | Description |
---|---|---|
$source | string | |
$query | \PDOStatement | |
$removeDatabase | boolean |


get(string $hash) : \Broker\unknown
Get
Parameters
Returns
Name | Type | Description |
---|---|---|
$hash | string |
Type | Description |
---|---|
\Broker\unknown |


getList(integer $start, integer $number) : array
Get list
Parameters
Returns
Name | Type | Description |
---|---|---|
$start | integer | |
$number | integer |
Type | Description |
---|---|
array |