Class CategoryVersion
Skeleton subclass for representing a row from the 'category_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\BaseCategoryVersion
implements
Persistent
-
Thelia\Model\CategoryVersion
Methods inherited from Thelia\Model\om\BaseCategoryVersion
__construct(),
__toString(),
applyDefaultValues(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
copy(),
copyInto(),
delete(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getByName(),
getByPosition(),
getCategory(),
getCreatedAt(),
getId(),
getLink(),
getParent(),
getPeer(),
getPosition(),
getPrimaryKey(),
getUpdatedAt(),
getValidationFailures(),
getVersion(),
getVersionCreatedAt(),
getVersionCreatedBy(),
getVisible(),
hasOnlyDefaultValues(),
hydrate(),
isAlreadyInSave(),
isPrimaryKeyNull(),
reload(),
save(),
setByName(),
setByPosition(),
setCategory(),
setCreatedAt(),
setId(),
setLink(),
setParent(),
setPosition(),
setPrimaryKey(),
setUpdatedAt(),
setVersion(),
setVersionCreatedAt(),
setVersionCreatedBy(),
setVisible(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseCategoryVersion
$aCategory,
$alreadyInClearAllReferencesDeep,
$alreadyInSave,
$alreadyInValidation,
$created_at,
$id,
$link,
$parent,
$peer,
$position,
$startCopy,
$updated_at,
$validationFailures,
$version,
$version_created_at,
$version_created_by,
$visible
|