Class AttributeCombination
Skeleton subclass for representing a row from the 'attribute_combination'
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\BaseAttributeCombination
implements
Persistent
-
Thelia\Model\AttributeCombination
Methods inherited from Thelia\Model\om\BaseAttributeCombination
__toString(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
copy(),
copyInto(),
delete(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getAttribute(),
getAttributeAv(),
getAttributeAvId(),
getAttributeId(),
getByName(),
getByPosition(),
getCombination(),
getCombinationId(),
getCreatedAt(),
getId(),
getPeer(),
getPrimaryKey(),
getUpdatedAt(),
getValidationFailures(),
hasOnlyDefaultValues(),
hydrate(),
isAlreadyInSave(),
isPrimaryKeyNull(),
keepUpdateDateUnchanged(),
reload(),
save(),
setAttribute(),
setAttributeAv(),
setAttributeAvId(),
setAttributeId(),
setByName(),
setByPosition(),
setCombination(),
setCombinationId(),
setCreatedAt(),
setId(),
setPrimaryKey(),
setUpdatedAt(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseAttributeCombination
$aAttribute,
$aAttributeAv,
$aCombination,
$alreadyInSave,
$alreadyInValidation,
$attribute_av_id,
$attribute_id,
$combination_id,
$created_at,
$id,
$peer,
$startCopy,
$updated_at,
$validationFailures
|