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