Class MessageVersion
Skeleton subclass for representing a row from the 'message_version'
table.
You should add additional methods to this class to meet the application
requirements. This class will only be generated as long as it does not already
exist in the output directory.
-
BaseObject
-
Thelia\Model\om\BaseMessageVersion
implements
Persistent
-
Thelia\Model\MessageVersion
Methods inherited from Thelia\Model\om\BaseMessageVersion
__construct(),
__toString(),
applyDefaultValues(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
copy(),
copyInto(),
delete(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getByName(),
getByPosition(),
getCode(),
getCreatedAt(),
getId(),
getMessage(),
getPeer(),
getPrimaryKey(),
getRef(),
getSecured(),
getUpdatedAt(),
getValidationFailures(),
getVersion(),
getVersionCreatedAt(),
getVersionCreatedBy(),
hasOnlyDefaultValues(),
hydrate(),
isAlreadyInSave(),
isPrimaryKeyNull(),
reload(),
save(),
setByName(),
setByPosition(),
setCode(),
setCreatedAt(),
setId(),
setMessage(),
setPrimaryKey(),
setRef(),
setSecured(),
setUpdatedAt(),
setVersion(),
setVersionCreatedAt(),
setVersionCreatedBy(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseMessageVersion
$aMessage,
$alreadyInClearAllReferencesDeep,
$alreadyInSave,
$alreadyInValidation,
$code,
$created_at,
$id,
$peer,
$ref,
$secured,
$startCopy,
$updated_at,
$validationFailures,
$version,
$version_created_at,
$version_created_by
|