Class Area
Skeleton subclass for representing a row from the 'area' 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\BaseArea
implements
Persistent
-
Thelia\Model\Area
Methods inherited from Thelia\Model\om\BaseArea
__toString(),
addCountry(),
addDelivzone(),
buildCriteria(),
buildPkeyCriteria(),
clear(),
clearAllReferences(),
clearCountrys(),
clearDelivzones(),
copy(),
copyInto(),
countCountrys(),
countDelivzones(),
delete(),
doAddCountry(),
doAddDelivzone(),
doInsert(),
doSave(),
doUpdate(),
doValidate(),
ensureConsistency(),
fromArray(),
getByName(),
getByPosition(),
getCountrys(),
getCreatedAt(),
getDelivzones(),
getId(),
getName(),
getPeer(),
getPrimaryKey(),
getUnit(),
getUpdatedAt(),
getValidationFailures(),
hasOnlyDefaultValues(),
hydrate(),
initCountrys(),
initDelivzones(),
initRelation(),
isAlreadyInSave(),
isPrimaryKeyNull(),
keepUpdateDateUnchanged(),
reload(),
removeCountry(),
removeDelivzone(),
resetPartialCountrys(),
resetPartialDelivzones(),
save(),
setByName(),
setByPosition(),
setCountrys(),
setCreatedAt(),
setDelivzones(),
setId(),
setName(),
setPrimaryKey(),
setUnit(),
setUpdatedAt(),
toArray(),
validate()
|
Properties inherited from Thelia\Model\om\BaseArea
$alreadyInSave,
$alreadyInValidation,
$collCountrys,
$collCountrysPartial,
$collDelivzones,
$collDelivzonesPartial,
$countrysScheduledForDeletion,
$created_at,
$delivzonesScheduledForDeletion,
$id,
$name,
$peer,
$startCopy,
$unit,
$updated_at,
$validationFailures
|