Class MCombinedDatastore
Combines different datastores in one datastore together.
- webfilesframework\core\datasystem\file\format\MWebfile
- webfilesframework\core\datastore\MAbstractDatastore
- webfilesframework\core\datastore\MCombinedDatastore
Namespace: webfilesframework\core\datastore
Author: Sebastian Monzel < mail@sebastianmonzel.de >
Since: 0.1.7
Located at core/datastore/MCombinedDatastore.php
Author: Sebastian Monzel < mail@sebastianmonzel.de >
Since: 0.1.7
Located at core/datastore/MCombinedDatastore.php
public
|
|
public
boolean
|
|
public
|
#
getNextWebfileForTimestamp( $timestamp )
Some datastore cannot be sorted by time due to performance issues. In this time cache can solve the problem. For letting the developer decide if implementing sorting by timestamp this function sets the sorting to true or false. |
public
|
|
public
|
|
public
array
|
#
getLatestWebfiles( integer $count = 5 )
Returns the latests webfiles. Sorting will happen according to the time information of the webfiles. |
public
array
|
#
searchByTemplate(
Returns a set of webfiles in the actual datastore which matches
with the given template.
|
public
|
|
public
|
|
public
array
|
$m_iId,
$m_iTime
|