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