extends |
AbstractManager |
---|
Methods | ||
---|---|---|
public
|
__construct(AbstractModule $oModule = null)
|
# |
public
|
createMin(string $sHashID, array $aParams, $iUserId = null, $iExpireDate = null): string|bool
|
# |
public
|
getMinByID(string $sHashID): array|bool
|
# |
public
|
getMinByHash(string $sHash): array|bool
|
# |
public
|
getMinListByUserId(int $iUserId): array|bool
|
# |
public
|
deleteMinByID(string $sHashID): bool
|
# |
public
|
deleteMinByHash(string $sHash): bool
|
# |
public
|
updateMinByID(string $sHashID, array $aParams, string $sNewHashID = null): bool
|
# |
public
|
updateMinByHash(string $sHash, array $aParams, string $sNewHashID = null): bool
|
# |
Methods inherited from Aurora\System\Managers\AbstractManager |
---|
GetModule(), GetSettings(), GetConnection(), GetLastException(), getLastErrorCode(), GetLastErrorMessage() |