Class FeatureProd
Skeleton subclass for representing a row from the 'feature_prod' 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\BaseFeatureProd
implements
Persistent
-
Thelia\Model\FeatureProd
Methods inherited from Thelia\Model\om\BaseFeatureProd
__toString(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
copy(),
copyInto(),
delete(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getByDefault(),
getByName(),
getByPosition(),
getCreatedAt(),
getFeature(),
getFeatureAv(),
getFeatureAvId(),
getFeatureId(),
getId(),
getPeer(),
getPosition(),
getPrimaryKey(),
getProduct(),
getProductId(),
getUpdatedAt(),
getValidationFailures(),
hasOnlyDefaultValues(),
hydrate(),
isAlreadyInSave(),
isPrimaryKeyNull(),
keepUpdateDateUnchanged(),
reload(),
save(),
setByDefault(),
setByName(),
setByPosition(),
setCreatedAt(),
setFeature(),
setFeatureAv(),
setFeatureAvId(),
setFeatureId(),
setId(),
setPosition(),
setPrimaryKey(),
setProduct(),
setProductId(),
setUpdatedAt(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseFeatureProd
$aFeature,
$aFeatureAv,
$aProduct,
$alreadyInClearAllReferencesDeep,
$alreadyInSave,
$alreadyInValidation,
$by_default,
$created_at,
$feature_av_id,
$feature_id,
$id,
$peer,
$position,
$product_id,
$startCopy,
$updated_at,
$validationFailures
|