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, object $configuration, string $classname) : void
inherited
Constructor
Inherited from:Parameters
Name | Type | Description |
---|---|---|
$directory | string | |
$configuration | object | |
$classname | string |
check(string $module, string | array $value, object $parameters) : array
Check
Parameters
Returns
Name | Type | Description |
---|---|---|
$module | string | |
$value | string | array | |
$parameters | object |
Type | Description |
---|---|
array |
create(string $module, string | array $value, object $parameters, object $result) : void
Create
Parameters
Name | Type | Description |
---|---|---|
$module | string | |
$value | string | array | |
$parameters | object | |
$result | object |
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 |
getList(integer $start, integer $number) : array
Get list
Parameters
Returns
Name | Type | Description |
---|---|---|
$start | integer | |
$number | integer |
Type | Description |
---|---|
array |