abstract |
---|
Methods | ||
---|---|---|
public
|
__construct(string $sParentClassName, string $sSessionUniqueProperty = '')
|
# |
public
|
SetDefaults(array $aValues): void
|
# |
public
|
SetTrimer(array $aValues): void
|
# |
public
|
SetLower(array $aValues): void
|
# |
public
|
SetUpper(array $aValues): void
|
# |
public
|
MassSetValues(array $aValues): void
|
# |
public
|
InitByDbRow(stdClass $oRow)
|
# |
public
|
GetObsoleteValue(string $sKey): mixed
|
# |
public
|
FlushObsolete($nsKey = null): void
|
# |
public
|
GetSessionValue(string $sKey, mixed $mDefault = null): mixed
|
# |
public
|
SetSessionValue(string $sKey, mixed $mValue)
|
# |
public
|
SessionUniqueProperty(): string
|
# |
public
|
SessionUniquePropertyValue(): string
|
# |
public
|
IsProperty(string $sPropertyName): bool
|
# |
public
|
__isset(string $sPropertyName): bool
|
# |
public
|
__set(string $sKey, mixed $mValue): void
|
# |
public
|
__get(string $sKey): mixed
|
# |
public
|
initBeforeChange(): bool
|
# |
public
|
validate(): bool
|
# |
public
|
getMap(): array
|
# |
public
static
|
getStaticMap(): array
|
# |
public
static
|
DbReadKeys(array $aMap): array
|
# |
public
static
|
DbWriteKeys(array $aMap, bool $bInsert): array
|
# |
public
static
|
DbUpdateArray(object $oObject, object $oHelper, array $aExclude = []): array
|
# |
public
static
|
DbGetObjectSqlString(string $sWhere, string $sTableName, array $aStaticMap, object $oHelper): string
|
# |
public
static
|
DbCreateObjectSqlString(string $sTableName, object $oObject, object $oHelper): string
|
# |
public
static
|
DbUpdateObjectSqlString(string $sTableName, object $oObject, object $oHelper): string
|
# |
public
static
|
DbInsertArrays(object $oObject, object $oHelper): array
|
# |
Constants | ||
---|---|---|
public
|
SESSION_CONTAINER_PREFIX = 'sess_object_container'
|
# |
Properties | |||
---|---|---|---|
public
|
bool
|
$__USE_TRIM_IN_STRINGS__
|
# |