Class ProductVersion
Skeleton subclass for representing a row from the 'product_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\BaseProductVersion
implements
Persistent
-
Thelia\Model\ProductVersion
Methods inherited from Thelia\Model\om\BaseProductVersion
__construct(),
__toString(),
applyDefaultValues(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
copy(),
copyInto(),
delete(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getByName(),
getByPosition(),
getCreatedAt(),
getEcotax(),
getId(),
getNewness(),
getPeer(),
getPosition(),
getPrice(),
getPrice2(),
getPrimaryKey(),
getProduct(),
getPromo(),
getRef(),
getStock(),
getTaxRuleId(),
getUpdatedAt(),
getValidationFailures(),
getVersion(),
getVersionCreatedAt(),
getVersionCreatedBy(),
getVisible(),
getWeight(),
hasOnlyDefaultValues(),
hydrate(),
isAlreadyInSave(),
isPrimaryKeyNull(),
reload(),
save(),
setByName(),
setByPosition(),
setCreatedAt(),
setEcotax(),
setId(),
setNewness(),
setPosition(),
setPrice(),
setPrice2(),
setPrimaryKey(),
setProduct(),
setPromo(),
setRef(),
setStock(),
setTaxRuleId(),
setUpdatedAt(),
setVersion(),
setVersionCreatedAt(),
setVersionCreatedBy(),
setVisible(),
setWeight(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseProductVersion
$aProduct,
$alreadyInClearAllReferencesDeep,
$alreadyInSave,
$alreadyInValidation,
$created_at,
$ecotax,
$id,
$newness,
$peer,
$position,
$price,
$price2,
$promo,
$ref,
$startCopy,
$stock,
$tax_rule_id,
$updated_at,
$validationFailures,
$version,
$version_created_at,
$version_created_by,
$visible,
$weight
|