Class Coupon
Skeleton subclass for representing a row from the 'coupon' 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\BaseCoupon
implements
Persistent
-
Thelia\Model\Coupon
Methods inherited from Thelia\Model\om\BaseCoupon
__toString(),
addCouponRule(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
clearCouponRules(),
copy(),
copyInto(),
countCouponRules(),
delete(),
doAddCouponRule(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getAction(),
getActivate(),
getAvailableSince(),
getByName(),
getByPosition(),
getCode(),
getCouponRules(),
getCreatedAt(),
getDateLimit(),
getId(),
getPeer(),
getPrimaryKey(),
getUpdatedAt(),
getUsed(),
getValidationFailures(),
getValue(),
hasOnlyDefaultValues(),
hydrate(),
initCouponRules(),
initRelation(),
isAlreadyInSave(),
isPrimaryKeyNull(),
keepUpdateDateUnchanged(),
reload(),
removeCouponRule(),
resetPartialCouponRules(),
save(),
setAction(),
setActivate(),
setAvailableSince(),
setByName(),
setByPosition(),
setCode(),
setCouponRules(),
setCreatedAt(),
setDateLimit(),
setId(),
setPrimaryKey(),
setUpdatedAt(),
setUsed(),
setValue(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseCoupon
$action,
$activate,
$alreadyInSave,
$alreadyInValidation,
$available_since,
$code,
$collCouponRules,
$collCouponRulesPartial,
$couponRulesScheduledForDeletion,
$created_at,
$date_limit,
$id,
$peer,
$startCopy,
$updated_at,
$used,
$validationFailures,
$value
|