Class OrderFeature
Skeleton subclass for representing a row from the 'order_feature' 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\BaseOrderFeature
implements
Persistent
-
Thelia\Model\OrderFeature
Methods inherited from Thelia\Model\om\BaseOrderFeature
__toString(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
copy(),
copyInto(),
delete(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getByName(),
getByPosition(),
getCreatedAt(),
getFeatureAvDesc(),
getFeatureDesc(),
getId(),
getOrderProduct(),
getOrderProductId(),
getPeer(),
getPrimaryKey(),
getUpdatedAt(),
getValidationFailures(),
hasOnlyDefaultValues(),
hydrate(),
isAlreadyInSave(),
isPrimaryKeyNull(),
keepUpdateDateUnchanged(),
reload(),
save(),
setByName(),
setByPosition(),
setCreatedAt(),
setFeatureAvDesc(),
setFeatureDesc(),
setId(),
setOrderProduct(),
setOrderProductId(),
setPrimaryKey(),
setUpdatedAt(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseOrderFeature
$aOrderProduct,
$alreadyInClearAllReferencesDeep,
$alreadyInSave,
$alreadyInValidation,
$created_at,
$feature_av_desc,
$feature_desc,
$id,
$order_product_id,
$peer,
$startCopy,
$updated_at,
$validationFailures
|