Class AttributeCategory
Skeleton subclass for representing a row from the 'attribute_category'
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\BaseAttributeCategory
implements
Persistent
-
Thelia\Model\AttributeCategory
Methods inherited from Thelia\Model\om\BaseAttributeCategory
__toString(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
copy(),
copyInto(),
delete(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getAttribute(),
getAttributeId(),
getByName(),
getByPosition(),
getCategory(),
getCategoryId(),
getCreatedAt(),
getId(),
getPeer(),
getPrimaryKey(),
getUpdatedAt(),
getValidationFailures(),
hasOnlyDefaultValues(),
hydrate(),
isAlreadyInSave(),
isPrimaryKeyNull(),
keepUpdateDateUnchanged(),
reload(),
save(),
setAttribute(),
setAttributeId(),
setByName(),
setByPosition(),
setCategory(),
setCategoryId(),
setCreatedAt(),
setId(),
setPrimaryKey(),
setUpdatedAt(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseAttributeCategory
$aAttribute,
$aCategory,
$alreadyInClearAllReferencesDeep,
$alreadyInSave,
$alreadyInValidation,
$attribute_id,
$category_id,
$created_at,
$id,
$peer,
$startCopy,
$updated_at,
$validationFailures
|