Class Accessory
Skeleton subclass for representing a row from the 'accessory' 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\BaseAccessory
implements
Persistent
-
Thelia\Model\Accessory
Methods inherited from Thelia\Model\om\BaseAccessory
__toString(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
copy(),
copyInto(),
delete(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getAccessory(),
getByName(),
getByPosition(),
getCreatedAt(),
getId(),
getPeer(),
getPosition(),
getPrimaryKey(),
getProductId(),
getProductRelatedByAccessory(),
getProductRelatedByProductId(),
getUpdatedAt(),
getValidationFailures(),
hasOnlyDefaultValues(),
hydrate(),
isAlreadyInSave(),
isPrimaryKeyNull(),
keepUpdateDateUnchanged(),
reload(),
save(),
setAccessory(),
setByName(),
setByPosition(),
setCreatedAt(),
setId(),
setPosition(),
setPrimaryKey(),
setProductId(),
setProductRelatedByAccessory(),
setProductRelatedByProductId(),
setUpdatedAt(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseAccessory
$aProductRelatedByAccessory,
$aProductRelatedByProductId,
$accessory,
$alreadyInClearAllReferencesDeep,
$alreadyInSave,
$alreadyInValidation,
$created_at,
$id,
$peer,
$position,
$product_id,
$startCopy,
$updated_at,
$validationFailures
|