Class CApiMinManager
CApiMinManager class summary
-
AApiManagerWithStorage
-
CApiMinManager
Package: Min
Located at min/manager.php
Methods summary
public
|
#
__construct( CApiGlobalManager & $oManager, $sForcedStorage = '' )
Parameters
- $oManager
- $oManager
- $sForcedStorage
|
public
string|boolean
|
#
createMin( string $sHashID, array $aParams )
Parameters
Returns
string|boolean
|
public
array|boolean
|
#
getMinByID( string $sHashID )
Parameters
Returns
array|boolean
|
public
array|boolean
|
#
getMinByHash( string $sHash )
Parameters
Returns
array|boolean
|
public
boolean
|
#
deleteMinByID( string $sHashID )
Parameters
Returns
boolean
|
public
boolean
|
#
deleteMinByHash( string $sHash )
Parameters
Returns
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
|