\Components\Commerce\Affiliates
\Components\Commerce\Affiliates\Administrators
\Components\Commerce\Affiliates\Commissions
\Components\Commerce\Affiliates\Payments
\Components\Commerce\Configuration\PaymentMethods
\Components\Commerce\Configuration\ShippingMethods
\Components\Commerce\Discounts
\Components\Commerce\Products
\Components\Commerce\Products\Brands
\Components\Commerce\Products\Categories
\Components\Commerce\RecurringSales
\Components\Commerce\RecurringSales\StoredCards
\Components\Commerce\Sales
\Components\Commerce\Sales\Items
\Components\Commerce\Sales\Receipts
\Components\Commerce\Sales\Receipts\Allocations
\Components\Customers\Contacts
\Components\Customers\Contacts\Relationships
\Components\Customers\Contacts\Relationships\Types
\Components\Customers\Groups
\Components\Customers\Groups\Contacts
\Components\Marketing\EmailMarketing
\Components\Marketing\Events
\Components\Marketing\Events\Attendees
\Components\Marketing\Events\Locations
\Components\Settings\Administrators
\Components\Settings\Domains
\Components\Website\Analytics\Sessions
\Components\Website\Comments
\Components\Website\Designs
\Components\Website\Media
\Components\Website\Pages
\Components\Website\Pages\Forms
\Components\Website\Posts
\Components\Website\Posts\Categories
\Framework\Architecture\PublicAssets
\Framework\Assets\CSS
\Framework\Assets\JavaScript
\Framework\Caching\FileBased
\Framework\Data\Util
\Framework\Database\MainConnection
\Framework\Date
\Framework\DOM\Renderer
\Framework\HTML\Converters
\Framework\HTML\Highlighter
\Framework\HTML\JavaScript
\Framework\HTTP\Redirection
\Framework\HTTP\Request
\Framework\HTTP\Session
\Framework\HTTP\UserAgent
\Framework\I18N\CompanyTypes
\Framework\I18N\Countries
\Framework\I18N\Languages
\Framework\Network\CIDR
\Framework\Network\DNS
\Framework\Network\GeoIP
\Framework\Random
\Framework\System\FileNames
\Framework\System\FileSystem
\Framework\Toasts
.
.
.
.
.
quick access
description
\ methods
configGetValue()
convertTo2Char()
delete()
get()
getAll()
getColumn()
getCount()
getStateTitlesFlat()
getTitle()
mediaFolderGet()
save()
saveColumn()
search()
fields
\Framework\I18N\Countries::
Class Methods
The following static methods are available on this class:
string
configGetValue($strConfigId)
Description
Retrieves the value of a config item for the current component
Parameters
$strConfigId
string
Return
Config item value
string
convertTo2Char($strCountryId)
Description
Converts a 3 letter country id to an 2 letter country code
ISO 3166-1 alpha-3 to ISO 3166-1 alpha-2
ISO 3166-1 alpha-3 to ISO 3166-1 alpha-2
Parameters
$strCountryId
string
Return
Country code
bool
delete($strKeyValue, $bDeleteMedia, $strReason)
Description
Deletes an entity and triggers the pre/post component events
Parameters
$strKeyValue
string
$bDeleteMedia
bool
$strReason
mixed
Return
bool
array
get($strKey)
Description
Return the current value
Parameters
$strKey
string
Return
array
{Array}
getAll($arrProperties)
Description
Return all entities in the database.
Parameters
$arrProperties
mixed
Return
Array of Countries
mixed
getColumn($strKey, $strColumn)
Description
Returns a single column of an entity
Parameters
$strKey
string
$strColumn
string
Return
mixed
int
getCount($arrFilter)
Description
Parameters
$arrFilter
array
Return
int
void
getStateTitlesFlat($strCountryId)
Description
Returns a list of all the
Parameters
$strCountryId
mixed
Return
void
string
getTitle($strKey)
Description
Returns the name of the country from a country code
Parameters
$strKey
string
Country Code
Return
Country title
string
mediaFolderGet($strKey)
Description
Returns the media folder for this data adapter
Parameters
$strKey
mixed
Return
Folder
mixed
save($arrEntity, $strReason)
Description
Saves an entity and triggers the pre/post component events
Parameters
$arrEntity
array
$strReason
string
Return
mixed
mixed
saveColumn($strKeyValue, $strColumn, $strValue, $strReason)
Description
Changes a column of an existing entity Supports primary keys spanning on several columns if passing $strKeyValue as an associative arry
Parameters
$strKeyValue
string
$strColumn
string
$strValue
string
$strReason
string
Return
Id
array
search($strSearch, $arrProperties)
Description
Performs a search
Parameters
$strSearch
string
$arrProperties
mixed
Return
array
Database Fields
The following fields are used when retrieving and saving entities.