Class CApiMinDbStorage
-
AApiManagerStorage
-
CApiMinStorage
-
CApiMinDbStorage
Package: Min\
Storages
Located at min/storages/db/storage.php
Methods summary
public
|
#
__construct( CApiGlobalManager & $oManager )
|
public
string|boolean
|
#
createMin( string $sHashID, array $aParams )
Parameters
Returns
string|boolean
|
public
boolean
|
#
updateMinByID( string $sHashID, array $aParams, string $sNewHashID = null )
Parameters
- $sHashID
- $aParams
- $sNewHashID
- Default value is null
Returns
boolean
|
public
boolean
|
#
updateMinByHash( string $sHash, array $aParams, string $sNewHashID = null )
Parameters
- $sHash
- $aParams
- $sNewHashID
- Default value is null
Returns
boolean
|
public
array|boolean
|
#
getMinByID( string $sHashID )
Parameters
Returns
array|boolean
|
public
array|boolean
|
#
getMinByHash( string $sHash )
Parameters
Returns
array|boolean
|
public
array|boolean
|
#
deleteMinByID( string $sHashID )
Parameters
Returns
array|boolean
|
public
array|boolean
|
#
deleteMinByHash( string $sHash )
Parameters
Returns
array|boolean
|