Country
class Country extends Country
Traits
Constants
TABLE_MAP |
TableMap class name |
Methods
Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
Setter for the isNew attribute. This method will be called by Propel-generated children and objects.
Sets the modified state for the object to be false.
Compares this with another Country
instance. If
obj
is an instance of Country
, delegates to
equals(Country)
. Otherwise, returns false
.
If the primary key is not null, return the hashcode of the primary key. Otherwise, return the hash code of the object.
Get the associative array of the virtual columns in this object
Checks the existence of a virtual column in this object
Set the value of a virtual column in this object
Populate the current object from a string, using a given parser format
$book = new Book();
$book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}');
Export the current object properties to a string, using a given parser format
$book = BookQuery::create()->findPk(9012);
echo $book->exportTo('JSON');
=> {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}');
Get the [optionally formatted] temporal [created_at] column value.
Get the [optionally formatted] temporal [updated_at] column value.
Sets the value of the [shop_country] column.
Sets the value of [created_at] column to a normalized version of the date/time value specified.
Sets the value of [updated_at] column to a normalized version of the date/time value specified.
Indicates whether the columns in this object are only set to default values.
Hydrates (populates) the object variables with values from the database resultset.
Reloads this object from datastore based on primary key and (optionally) resets all associated objects.
Removes this object from datastore and sets delete attribute.
Retrieves a field from the object by name passed in as a string.
Retrieves a field from the object by Position as specified in the xml schema.
Exports the object as an array.
Sets a field from the object by name passed in as a string.
Sets a field from the object by Position as specified in the xml schema.
Populates the object using an array.
Build a Criteria object containing the values of all modified columns in this object.
Builds a Criteria object containing the primary key for this object.
Sets contents of passed object to values from current object.
Makes a copy of this object that will be inserted as a new row in table when saved.
Initializes a collection based on the name of a relation.
Reset is the collTaxRuleCountries collection loaded partially.
Initializes the collTaxRuleCountries collection.
Gets an array of ChildTaxRuleCountry objects which contain a foreign key that references this object.
Sets a collection of TaxRuleCountry objects related by a one-to-many relationship to the current object.
Returns the number of related TaxRuleCountry objects.
Method called to associate a ChildTaxRuleCountry object to this object through the ChildTaxRuleCountry foreign key attribute.
If this collection has already been initialized with an identical criteria, it returns the collection.
If this collection has already been initialized with an identical criteria, it returns the collection.
If this collection has already been initialized with an identical criteria, it returns the collection.
Reset is the collAddresses collection loaded partially.
Initializes the collAddresses collection.
Gets an array of ChildAddress objects which contain a foreign key that references this object.
Sets a collection of Address objects related by a one-to-many relationship to the current object.
Returns the number of related Address objects.
Method called to associate a ChildAddress object to this object through the ChildAddress foreign key attribute.
If this collection has already been initialized with an identical criteria, it returns the collection.
If this collection has already been initialized with an identical criteria, it returns the collection.
If this collection has already been initialized with an identical criteria, it returns the collection.
Reset is the collOrderAddresses collection loaded partially.
Initializes the collOrderAddresses collection.
Gets an array of ChildOrderAddress objects which contain a foreign key that references this object.
Sets a collection of OrderAddress objects related by a one-to-many relationship to the current object.
Returns the number of related OrderAddress objects.
Method called to associate a ChildOrderAddress object to this object through the ChildOrderAddress foreign key attribute.
If this collection has already been initialized with an identical criteria, it returns the collection.
If this collection has already been initialized with an identical criteria, it returns the collection.
Reset is the collCouponCountries collection loaded partially.
Initializes the collCouponCountries collection.
Gets an array of ChildCouponCountry objects which contain a foreign key that references this object.
Sets a collection of CouponCountry objects related by a one-to-many relationship to the current object.
Returns the number of related CouponCountry objects.
Method called to associate a ChildCouponCountry object to this object through the ChildCouponCountry foreign key attribute.
If this collection has already been initialized with an identical criteria, it returns the collection.
Reset is the collOrderCouponCountries collection loaded partially.
Initializes the collOrderCouponCountries collection.
Gets an array of ChildOrderCouponCountry objects which contain a foreign key that references this object.
Sets a collection of OrderCouponCountry objects related by a one-to-many relationship to the current object.
Returns the number of related OrderCouponCountry objects.
Method called to associate a ChildOrderCouponCountry object to this object through the ChildOrderCouponCountry foreign key attribute.
If this collection has already been initialized with an identical criteria, it returns the collection.
Reset is the collCountryAreas collection loaded partially.
Initializes the collCountryAreas collection.
Gets an array of ChildCountryArea objects which contain a foreign key that references this object.
Sets a collection of CountryArea objects related by a one-to-many relationship to the current object.
Returns the number of related CountryArea objects.
Method called to associate a ChildCountryArea object to this object through the ChildCountryArea foreign key attribute.
If this collection has already been initialized with an identical criteria, it returns the collection.
Initializes the collStates collection.
Gets an array of ChildState objects which contain a foreign key that references this object.
Sets a collection of State objects related by a one-to-many relationship to the current object.
Returns the number of related State objects.
Method called to associate a ChildState object to this object through the ChildState foreign key attribute.
Reset is the collCountryI18ns collection loaded partially.
Initializes the collCountryI18ns collection.
Gets an array of ChildCountryI18n objects which contain a foreign key that references this object.
Sets a collection of CountryI18n objects related by a one-to-many relationship to the current object.
Returns the number of related CountryI18n objects.
Method called to associate a ChildCountryI18n object to this object through the ChildCountryI18n foreign key attribute.
Gets a collection of ChildCoupon objects related by a many-to-many relationship to the current object by way of the coupon_country cross-reference table.
Sets a collection of Coupon objects related by a many-to-many relationship to the current object by way of the coupon_country cross-reference table.
Gets the number of ChildCoupon objects related by a many-to-many relationship to the current object by way of the coupon_country cross-reference table.
Associate a ChildCoupon object to this object through the coupon_country cross reference table.
Remove a ChildCoupon object to this object through the coupon_country cross reference table.
Gets a collection of ChildOrderCoupon objects related by a many-to-many relationship to the current object by way of the ordercouponcountry cross-reference table.
Sets a collection of OrderCoupon objects related by a many-to-many relationship to the current object by way of the ordercouponcountry cross-reference table.
Gets the number of ChildOrderCoupon objects related by a many-to-many relationship to the current object by way of the ordercouponcountry cross-reference table.
Associate a ChildOrderCoupon object to this object through the ordercouponcountry cross reference table.
Remove a ChildOrderCoupon object to this object through the ordercouponcountry cross reference table.
Gets a collection of ChildArea objects related by a many-to-many relationship to the current object by way of the country_area cross-reference table.
Sets a collection of Area objects related by a many-to-many relationship to the current object by way of the country_area cross-reference table.
Gets the number of ChildArea objects related by a many-to-many relationship to the current object by way of the country_area cross-reference table.
Associate a ChildArea object to this object through the country_area cross reference table.
Remove a ChildArea object to this object through the country_area cross reference table.
Resets all references to other model objects or collections of model objects.
Mark the current object so that the update date doesn't get updated during next save
Returns the current translation for a given locale
Remove the translation for a given locale
Returns the current translation
Code to be run before persisting the object
Code to be run before inserting to database
Code to be run after inserting to database
Code to be run before updating the object in database
Code to be run after updating the object in database
Code to be run before deleting the object in database
Code to be run after deleting the object in database
Derived method to catches calls to undefined methods.
No description
get a regex pattern according to the zip code format field to match a zip code for this country.
This method ensure backward compatibility to Thelia 2.1, where a country belongs to one and only one shipping zone.
Put the current country as the default one.
Return the default country
Return the shop country
Details
in
Country at line 314
applyDefaultValues()
Applies default values to this object.
This method should be called from the object's constructor (or equivalent initialization method).
in
Country at line 327
__construct()
Initializes internal state of Thelia\Model\Base\Country object.
in
Country at line 337
boolean
isModified()
Returns whether the object has been modified.
in
Country at line 348
boolean
isColumnModified(
string $col)
Has specified column been modified?
in
Country at line 357
array
getModifiedColumns()
Get the columns that have been modified in this object.
in
Country at line 369
boolean
isNew()
Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.
in
Country at line 380
setNew(
boolean $b)
Setter for the isNew attribute. This method will be called by Propel-generated children and objects.
in
Country at line 389
boolean
isDeleted()
Whether this object has been deleted.
in
Country at line 399
void
setDeleted(
boolean $b)
Specify whether this object has been deleted.
in
Country at line 409
void
resetModified(
string $col = null)
Sets the modified state for the object to be false.
in
Country at line 428
boolean
equals(
mixed $obj)
Compares this with another Country
instance. If
obj
is an instance of Country
, delegates to
equals(Country)
. Otherwise, returns false
.
in
Country at line 453
int
hashCode()
If the primary key is not null, return the hashcode of the primary key. Otherwise, return the hash code of the object.
in
Country at line 467
array
getVirtualColumns()
Get the associative array of the virtual columns in this object
in
Country at line 478
boolean
hasVirtualColumn(
string $name)
Checks the existence of a virtual column in this object
in
Country at line 491
mixed
getVirtualColumn(
string $name)
Get the value of a virtual column in this object
in
Country at line 508
Country
setVirtualColumn(
string $name,
mixed $value)
Set the value of a virtual column in this object
in
Country at line 540
Country
importFrom(
mixed $parser,
string $data)
Populate the current object from a string, using a given parser format
$book = new Book();
$book->importFrom('JSON', '{"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}');
in
Country at line 563
string
exportTo(
mixed $parser,
boolean $includeLazyLoadColumns = true)
Export the current object properties to a string, using a given parser format
$book = BookQuery::create()->findPk(9012);
echo $book->exportTo('JSON');
=> {"Id":9012,"Title":"Don Juan","ISBN":"0140422161","Price":12.99,"PublisherId":1234,"AuthorId":5678}');
in
ModelEventDispatcherTrait at line 57
__sleep()
in
Country at line 588
int
getId()
Get the [id] column value.
in
Country at line 599
int
getVisible()
Get the [visible] column value.
in
Country at line 610
string
getIsocode()
Get the [isocode] column value.
in
Country at line 621
string
getIsoalpha2()
Get the [isoalpha2] column value.
in
Country at line 632
string
getIsoalpha3()
Get the [isoalpha3] column value.
in
Country at line 643
int
getHasStates()
Get the [has_states] column value.
in
Country at line 654
int
getNeedZipCode()
Get the [needzipcode] column value.
in
Country at line 665
string
getZipCodeFormat()
Get the [zipcodeformat] column value.
in
Country at line 676
int
getByDefault()
Get the [by_default] column value.
in
Country at line 687
boolean
getShopCountry()
Get the [shop_country] column value.
in
Country at line 704
mixed
getCreatedAt(
string $format = NULL)
Get the [optionally formatted] temporal [created_at] column value.
in
Country at line 724
mixed
getUpdatedAt(
string $format = NULL)
Get the [optionally formatted] temporal [updated_at] column value.
in
Country at line 886
Country
setZipCodeFormat(
string $v)
Set the value of [zipcodeformat] column.
in
Country at line 932
Country
setShopCountry(
boolean|integer|string $v)
Sets the value of the [shop_country] column.
Non-boolean arguments are converted using the following rules: * 1, '1', 'true', 'on', and 'yes' are converted to boolean true * 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
in
Country at line 958
Country
setCreatedAt(
mixed $v)
Sets the value of [created_at] column to a normalized version of the date/time value specified.
in
Country at line 979
Country
setUpdatedAt(
mixed $v)
Sets the value of [updated_at] column to a normalized version of the date/time value specified.
in
Country at line 1001
boolean
hasOnlyDefaultValues()
Indicates whether the columns in this object are only set to default values.
This method can be used in conjunction with isModified() to indicate whether an object is both modified and has some values set which are non-default.
in
Country at line 1045
int
hydrate(
array $row,
int $startcol,
boolean $rehydrate = false,
string $indexType = TableMap::TYPE_NUM)
Hydrates (populates) the object variables with values from the database resultset.
An offset (0-based "start column") is specified so that objects can be hydrated with a subset of the columns in the resultset rows. This is needed, for example, for results of JOIN queries where the resultset row includes columns from two or more tables.
in
Country at line 1119
ensureConsistency()
Checks and repairs the internal consistency of the object.
This method is executed after an already-instantiated object is re-hydrated from the database. It exists to check any foreign keys to make sure that the objects related to the current object are correct based on foreign key.
You can override this method in the stub class, but you should always invoke the base method from the overridden method (i.e. parent::ensureConsistency()), in case your model changes.
in
Country at line 1133
void
reload(
boolean $deep = false,
ConnectionInterface $con = null)
Reloads this object from datastore based on primary key and (optionally) resets all associated objects.
This will only work if the object has been saved and has a valid primary key set.
in
Country at line 1191
void
delete(
ConnectionInterface $con = null)
Removes this object from datastore and sets delete attribute.
in
Country at line 1233
int
save(
ConnectionInterface $con = null)
Persists this object to the database.
If the object is new, it inserts it; otherwise an update is performed. All modified related objects will also be persisted in the doSave() method. This method wraps all precipitate database operations in a single transaction.
in
Country at line 1682
mixed
getByName(
string $name,
string $type = TableMap::TYPE_PHPNAME)
Retrieves a field from the object by name passed in as a string.
in
Country at line 1697
mixed
getByPosition(
int $pos)
Retrieves a field from the object by Position as specified in the xml schema.
Zero-based.
in
Country at line 1757
array
toArray(
string $keyType = TableMap::TYPE_PHPNAME,
boolean $includeLazyLoadColumns = true,
array $alreadyDumpedObjects = array(),
boolean $includeForeignObjects = false)
Exports the object as an array.
You can specify the key type of the array by passing one of the class type constants.
in
Country at line 1824
void
setByName(
string $name,
mixed $value,
string $type = TableMap::TYPE_PHPNAME)
Sets a field from the object by name passed in as a string.
in
Country at line 1839
void
setByPosition(
int $pos,
mixed $value)
Sets a field from the object by Position as specified in the xml schema.
Zero-based.
in
Country at line 1898
void
fromArray(
array $arr,
string $keyType = TableMap::TYPE_PHPNAME)
Populates the object using an array.
This is particularly useful when populating an object from one of the request arrays (e.g. $_POST). This method goes through the column names, checking to see whether a matching key exists in populated array. If so the setByName() method is called for that column.
You can specify the key type of the array by additionally passing one of the class type constants TableMap::TYPEPHPNAME, TableMap::TYPESTUDLYPHPNAME, TableMap::TYPECOLNAME, TableMap::TYPEFIELDNAME, TableMap::TYPENUM. The default key type is the column's TableMap::TYPEPHPNAME.
in
Country at line 1921
Criteria
buildCriteria()
Build a Criteria object containing the values of all modified columns in this object.
in
Country at line 1949
Criteria
buildPkeyCriteria()
Builds a Criteria object containing the primary key for this object.
Unlike buildCriteria() this method includes the primary key values regardless of whether or not they have been modified.
in
Country at line 1961
int
getPrimaryKey()
Returns the primary key for this object (row).
in
Country at line 1972
void
setPrimaryKey(
int $key)
Generic method to set the primary key (id column).
in
Country at line 1981
boolean
isPrimaryKeyNull()
Returns true if the primary key for this object is null.
in
Country at line 1998
copyInto(
object $copyObj,
boolean $deepCopy = false,
boolean $makeNew = true)
Sets contents of passed object to values from current object.
If desired, this method can also make copies of all associated (fkey referrers) objects.
in
Country at line 2085
Country
copy(
boolean $deepCopy = false)
Makes a copy of this object that will be inserted as a new row in table when saved.
It creates a new object filling in the simple attributes, but skipping any primary keys that are defined for the table.
If desired, this method can also make copies of all associated (fkey referrers) objects.
in
Country at line 2104
void
initRelation(
string $relationName)
Initializes a collection based on the name of a relation.
Avoids crafting an 'init[$relationName]s' method name that wouldn't work when StandardEnglishPluralizer is used.
in
Country at line 2141
void
clearTaxRuleCountries()
Clears out the collTaxRuleCountries collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 2149
resetPartialTaxRuleCountries($v = true)
Reset is the collTaxRuleCountries collection loaded partially.
in
Country at line 2166
void
initTaxRuleCountries(
boolean $overrideExisting = true)
Initializes the collTaxRuleCountries collection.
By default this just sets the collTaxRuleCountries collection to an empty array (like clearcollTaxRuleCountries()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 2189
Collection|TaxRuleCountry[]
getTaxRuleCountries(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets an array of ChildTaxRuleCountry objects which contain a foreign key that references this object.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 2245
Country
setTaxRuleCountries(
Collection $taxRuleCountries,
ConnectionInterface $con = null)
Sets a collection of TaxRuleCountry objects related by a one-to-many relationship to the current object.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 2276
int
countTaxRuleCountries(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Returns the number of related TaxRuleCountry objects.
in
Country at line 2308
Country
addTaxRuleCountry(
TaxRuleCountry $l)
Method called to associate a ChildTaxRuleCountry object to this object through the ChildTaxRuleCountry foreign key attribute.
in
Country at line 2335
Country
removeTaxRuleCountry(
TaxRuleCountry $taxRuleCountry)
in
Country at line 2367
Collection|TaxRuleCountry[]
getTaxRuleCountriesJoinTax(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related TaxRuleCountries from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 2392
Collection|TaxRuleCountry[]
getTaxRuleCountriesJoinTaxRule(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related TaxRuleCountries from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 2417
Collection|TaxRuleCountry[]
getTaxRuleCountriesJoinState(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related TaxRuleCountries from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 2434
void
clearAddresses()
Clears out the collAddresses collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 2442
resetPartialAddresses($v = true)
Reset is the collAddresses collection loaded partially.
in
Country at line 2459
void
initAddresses(
boolean $overrideExisting = true)
Initializes the collAddresses collection.
By default this just sets the collAddresses collection to an empty array (like clearcollAddresses()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 2482
Collection|Address[]
getAddresses(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets an array of ChildAddress objects which contain a foreign key that references this object.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 2538
Country
setAddresses(
Collection $addresses,
ConnectionInterface $con = null)
Sets a collection of Address objects related by a one-to-many relationship to the current object.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 2569
int
countAddresses(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Returns the number of related Address objects.
in
Country at line 2601
Country
addAddress(
Address $l)
Method called to associate a ChildAddress object to this object through the ChildAddress foreign key attribute.
in
Country at line 2660
Collection|Address[]
getAddressesJoinCustomer(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related Addresses from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 2685
Collection|Address[]
getAddressesJoinCustomerTitle(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related Addresses from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 2710
Collection|Address[]
getAddressesJoinState(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related Addresses from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 2727
void
clearOrderAddresses()
Clears out the collOrderAddresses collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 2735
resetPartialOrderAddresses($v = true)
Reset is the collOrderAddresses collection loaded partially.
in
Country at line 2752
void
initOrderAddresses(
boolean $overrideExisting = true)
Initializes the collOrderAddresses collection.
By default this just sets the collOrderAddresses collection to an empty array (like clearcollOrderAddresses()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 2775
Collection|OrderAddress[]
getOrderAddresses(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets an array of ChildOrderAddress objects which contain a foreign key that references this object.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 2831
Country
setOrderAddresses(
Collection $orderAddresses,
ConnectionInterface $con = null)
Sets a collection of OrderAddress objects related by a one-to-many relationship to the current object.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 2862
int
countOrderAddresses(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Returns the number of related OrderAddress objects.
in
Country at line 2894
Country
addOrderAddress(
OrderAddress $l)
Method called to associate a ChildOrderAddress object to this object through the ChildOrderAddress foreign key attribute.
in
Country at line 2921
Country
removeOrderAddress(
OrderAddress $orderAddress)
in
Country at line 2953
Collection|OrderAddress[]
getOrderAddressesJoinCustomerTitle(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related OrderAddresses from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 2978
Collection|OrderAddress[]
getOrderAddressesJoinState(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related OrderAddresses from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 2995
void
clearCouponCountries()
Clears out the collCouponCountries collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 3003
resetPartialCouponCountries($v = true)
Reset is the collCouponCountries collection loaded partially.
in
Country at line 3020
void
initCouponCountries(
boolean $overrideExisting = true)
Initializes the collCouponCountries collection.
By default this just sets the collCouponCountries collection to an empty array (like clearcollCouponCountries()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 3043
Collection|CouponCountry[]
getCouponCountries(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets an array of ChildCouponCountry objects which contain a foreign key that references this object.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 3099
Country
setCouponCountries(
Collection $couponCountries,
ConnectionInterface $con = null)
Sets a collection of CouponCountry objects related by a one-to-many relationship to the current object.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 3133
int
countCouponCountries(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Returns the number of related CouponCountry objects.
in
Country at line 3165
Country
addCouponCountry(
CouponCountry $l)
Method called to associate a ChildCouponCountry object to this object through the ChildCouponCountry foreign key attribute.
in
Country at line 3192
Country
removeCouponCountry(
CouponCountry $couponCountry)
in
Country at line 3224
Collection|CouponCountry[]
getCouponCountriesJoinCoupon(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related CouponCountries from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 3241
void
clearOrderCouponCountries()
Clears out the collOrderCouponCountries collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 3249
resetPartialOrderCouponCountries($v = true)
Reset is the collOrderCouponCountries collection loaded partially.
in
Country at line 3266
void
initOrderCouponCountries(
boolean $overrideExisting = true)
Initializes the collOrderCouponCountries collection.
By default this just sets the collOrderCouponCountries collection to an empty array (like clearcollOrderCouponCountries()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 3289
Collection|OrderCouponCountry[]
getOrderCouponCountries(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets an array of ChildOrderCouponCountry objects which contain a foreign key that references this object.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 3345
Country
setOrderCouponCountries(
Collection $orderCouponCountries,
ConnectionInterface $con = null)
Sets a collection of OrderCouponCountry objects related by a one-to-many relationship to the current object.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 3379
int
countOrderCouponCountries(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Returns the number of related OrderCouponCountry objects.
in
Country at line 3411
Country
addOrderCouponCountry(
OrderCouponCountry $l)
Method called to associate a ChildOrderCouponCountry object to this object through the ChildOrderCouponCountry foreign key attribute.
in
Country at line 3438
Country
removeOrderCouponCountry(
OrderCouponCountry $orderCouponCountry)
in
Country at line 3470
Collection|OrderCouponCountry[]
getOrderCouponCountriesJoinOrderCoupon(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related OrderCouponCountries from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 3487
void
clearCountryAreas()
Clears out the collCountryAreas collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 3495
resetPartialCountryAreas($v = true)
Reset is the collCountryAreas collection loaded partially.
in
Country at line 3512
void
initCountryAreas(
boolean $overrideExisting = true)
Initializes the collCountryAreas collection.
By default this just sets the collCountryAreas collection to an empty array (like clearcollCountryAreas()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 3535
Collection|CountryArea[]
getCountryAreas(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets an array of ChildCountryArea objects which contain a foreign key that references this object.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 3591
Country
setCountryAreas(
Collection $countryAreas,
ConnectionInterface $con = null)
Sets a collection of CountryArea objects related by a one-to-many relationship to the current object.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 3622
int
countCountryAreas(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Returns the number of related CountryArea objects.
in
Country at line 3654
Country
addCountryArea(
CountryArea $l)
Method called to associate a ChildCountryArea object to this object through the ChildCountryArea foreign key attribute.
in
Country at line 3681
Country
removeCountryArea(
CountryArea $countryArea)
in
Country at line 3713
Collection|CountryArea[]
getCountryAreasJoinArea(
Criteria $criteria = null,
ConnectionInterface $con = null,
string $joinBehavior = Criteria::LEFT_JOIN)
If this collection has already been initialized with an identical criteria, it returns the collection.
Otherwise if this Country is new, it will return an empty collection; or if this Country has previously been saved, it will retrieve related CountryAreas from storage.
This method is protected by default in order to keep the public api reasonable. You can provide public methods for those you actually need in Country.
in
Country at line 3730
void
clearStates()
Clears out the collStates collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 3738
resetPartialStates($v = true)
Reset is the collStates collection loaded partially.
in
Country at line 3755
void
initStates(
boolean $overrideExisting = true)
Initializes the collStates collection.
By default this just sets the collStates collection to an empty array (like clearcollStates()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 3778
Collection|State[]
getStates(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets an array of ChildState objects which contain a foreign key that references this object.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 3834
Country
setStates(
Collection $states,
ConnectionInterface $con = null)
Sets a collection of State objects related by a one-to-many relationship to the current object.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 3865
int
countStates(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Returns the number of related State objects.
in
Country at line 3897
Country
addState(
State $l)
Method called to associate a ChildState object to this object through the ChildState foreign key attribute.
in
Country at line 3948
void
clearCountryI18ns()
Clears out the collCountryI18ns collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 3956
resetPartialCountryI18ns($v = true)
Reset is the collCountryI18ns collection loaded partially.
in
Country at line 3973
void
initCountryI18ns(
boolean $overrideExisting = true)
Initializes the collCountryI18ns collection.
By default this just sets the collCountryI18ns collection to an empty array (like clearcollCountryI18ns()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 3996
Collection|CountryI18n[]
getCountryI18ns(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets an array of ChildCountryI18n objects which contain a foreign key that references this object.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 4052
Country
setCountryI18ns(
Collection $countryI18ns,
ConnectionInterface $con = null)
Sets a collection of CountryI18n objects related by a one-to-many relationship to the current object.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 4086
int
countCountryI18ns(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Returns the number of related CountryI18n objects.
in
Country at line 4118
Country
addCountryI18n(
CountryI18n $l)
Method called to associate a ChildCountryI18n object to this object through the ChildCountryI18n foreign key attribute.
in
Country at line 4149
Country
removeCountryI18n(
CountryI18n $countryI18n)
in
Country at line 4173
void
clearCoupons()
Clears out the collCoupons collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 4188
void
initCoupons()
Initializes the collCoupons collection.
By default this just sets the collCoupons collection to an empty collection (like clearCoupons()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 4209
ObjectCollection|Coupon[]
getCoupons(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets a collection of ChildCoupon objects related by a many-to-many relationship to the current object by way of the coupon_country cross-reference table.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 4239
Country
setCoupons(
Collection $coupons,
ConnectionInterface $con = null)
Sets a collection of Coupon objects related by a many-to-many relationship to the current object by way of the coupon_country cross-reference table.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 4267
int
countCoupons(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Gets the number of ChildCoupon objects related by a many-to-many relationship to the current object by way of the coupon_country cross-reference table.
in
Country at line 4294
Country
addCoupon(
Coupon $coupon)
Associate a ChildCoupon object to this object through the coupon_country cross reference table.
in
Country at line 4331
Country
removeCoupon(
Coupon $coupon)
Remove a ChildCoupon object to this object through the coupon_country cross reference table.
in
Country at line 4356
void
clearOrderCoupons()
Clears out the collOrderCoupons collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 4371
void
initOrderCoupons()
Initializes the collOrderCoupons collection.
By default this just sets the collOrderCoupons collection to an empty collection (like clearOrderCoupons()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 4392
ObjectCollection|OrderCoupon[]
getOrderCoupons(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets a collection of ChildOrderCoupon objects related by a many-to-many relationship to the current object by way of the ordercouponcountry cross-reference table.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 4422
Country
setOrderCoupons(
Collection $orderCoupons,
ConnectionInterface $con = null)
Sets a collection of OrderCoupon objects related by a many-to-many relationship to the current object by way of the ordercouponcountry cross-reference table.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 4450
int
countOrderCoupons(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Gets the number of ChildOrderCoupon objects related by a many-to-many relationship to the current object by way of the ordercouponcountry cross-reference table.
in
Country at line 4477
Country
addOrderCoupon(
OrderCoupon $orderCoupon)
Associate a ChildOrderCoupon object to this object through the ordercouponcountry cross reference table.
in
Country at line 4514
Country
removeOrderCoupon(
OrderCoupon $orderCoupon)
Remove a ChildOrderCoupon object to this object through the ordercouponcountry cross reference table.
in
Country at line 4539
void
clearAreas()
Clears out the collAreas collection
This does not modify the database; however, it will remove any associated objects, causing them to be refetched by subsequent calls to accessor method.
in
Country at line 4554
void
initAreas()
Initializes the collAreas collection.
By default this just sets the collAreas collection to an empty collection (like clearAreas()); however, you may wish to override this method in your stub class to provide setting appropriate to your application -- for example, setting the initial array to the values stored in database.
in
Country at line 4575
ObjectCollection|Area[]
getAreas(
Criteria $criteria = null,
ConnectionInterface $con = null)
Gets a collection of ChildArea objects related by a many-to-many relationship to the current object by way of the country_area cross-reference table.
If the $criteria is not null, it is used to always fetch the results from the database. Otherwise the results are fetched from the database the first time, then cached. Next time the same method is called without $criteria, the cached collection is returned. If this ChildCountry is new, it will return an empty collection or the current collection; the criteria is ignored on a new object.
in
Country at line 4605
Country
setAreas(
Collection $areas,
ConnectionInterface $con = null)
Sets a collection of Area objects related by a many-to-many relationship to the current object by way of the country_area cross-reference table.
It will also schedule objects for deletion based on a diff between old objects (aka persisted) and new objects from the given Propel collection.
in
Country at line 4633
int
countAreas(
Criteria $criteria = null,
boolean $distinct = false,
ConnectionInterface $con = null)
Gets the number of ChildArea objects related by a many-to-many relationship to the current object by way of the country_area cross-reference table.
in
Country at line 4660
Country
addArea(
Area $area)
Associate a ChildArea object to this object through the country_area cross reference table.
in
Country at line 4697
Country
removeArea(
Area $area)
Remove a ChildArea object to this object through the country_area cross reference table.
in
Country at line 4716
clear()
Clears the current object and sets all attributes to their default values
in
Country at line 4747
clearAllReferences(
boolean $deep = false)
Resets all references to other model objects or collections of model objects.
This method is a user-space workaround for PHP's inability to garbage collect objects with circular references (even in PHP 5.3). This is currently necessary when using Propel in certain daemon or large-volume/high-memory operations.
in
Country at line 4829
string
__toString()
Return the string representation of this object
in
Country at line 4841
Country
keepUpdateDateUnchanged()
Mark the current object so that the update date doesn't get updated during next save
in
Country at line 4857
Country
setLocale(
string $locale = 'en_US')
Sets the locale for translations
in
Country at line 4869
string
getLocale()
Gets the locale for translations
in
Country at line 4881
CountryI18n
getTranslation(
string $locale = 'en_US',
ConnectionInterface $con = null)
Returns the current translation for a given locale
in
Country at line 4916
Country
removeTranslation(
string $locale = 'en_US',
ConnectionInterface $con = null)
Remove the translation for a given locale
in
Country at line 4942
CountryI18n
getCurrentTranslation(
ConnectionInterface $con = null)
Returns the current translation
in
Country at line 4953
string
getTitle()
Get the [title] column value.
in
Country at line 4965
CountryI18n
setTitle(
string $v)
Set the value of [title] column.
in
Country at line 4977
string
getDescription()
Get the [description] column value.
in
Country at line 4989
CountryI18n
setDescription(
string $v)
Set the value of [description] column.
in
Country at line 5001
string
getChapo()
Get the [chapo] column value.
in
Country at line 5013
CountryI18n
setChapo(
string $v)
Set the value of [chapo] column.
in
Country at line 5025
string
getPostscriptum()
Get the [postscriptum] column value.
in
Country at line 5037
CountryI18n
setPostscriptum(
string $v)
Set the value of [postscriptum] column.
in
Country at line 5048
boolean
preSave(
ConnectionInterface $con = null)
Code to be run before persisting the object
in
Country at line 5057
postSave(
ConnectionInterface $con = null)
Code to be run after persisting the object
at line 107
boolean
preInsert(
ConnectionInterface $con = null)
Code to be run before inserting to database
at line 114
postInsert(
ConnectionInterface $con = null)
Code to be run after inserting to database
at line 119
boolean
preUpdate(
ConnectionInterface $con = null)
Code to be run before updating the object in database
at line 126
postUpdate(
ConnectionInterface $con = null)
Code to be run after updating the object in database
at line 131
boolean
preDelete(
ConnectionInterface $con = null)
Code to be run before deleting the object in database
at line 142
postDelete(
ConnectionInterface $con = null)
Code to be run after deleting the object in database
in
Country at line 5131
array|string
__call(
string $name,
mixed $params)
Derived method to catches calls to undefined methods.
Provides magic import/export method support (fromXML()/toXML(), fromYAML()/toYAML(), etc.). Allows to define default __call() behavior if you overwrite __call()
in
ModelEventDispatcherTrait at line 33
$this
setDispatcher(
EventDispatcherInterface $dispatcher)
in
ModelEventDispatcherTrait at line 40
getDispatcher()
in
ModelEventDispatcherTrait at line 45
clearDispatcher()
at line 34
string|null
getZipCodeRE()
get a regex pattern according to the zip code format field to match a zip code for this country.
zip code format : - N : number - L : letter - C : iso of a state
at line 63
getAreaId()
This method ensure backward compatibility to Thelia 2.1, where a country belongs to one and only one shipping zone.
at line 82
toggleDefault()
Put the current country as the default one.
at line 152
static
getDefaultCountry()
Return the default country
at line 170
static
getShopLocation()
Return the shop country