phpDocumentor

CountryRepository implements CountryRepository

Class CountryRepository

Interfaces, Classes and Traits

CountryRepository
Interface CountryRepository

Table of Contents

$mapper  : CountryMapper
$reader  : CountryReader
__construct()  : mixed
getActiveCountries()  : Countries
Returns all countries customers that are active.
getCountries()  : Countries
Returns all available countries.
getCountryById()  : Country
Returns a specific country based on the given ID.

Properties

Methods

getActiveCountries()

Returns all countries customers that are active.

public getActiveCountries(int $languageId) : Countries
Parameters
$languageId : int
Tags
inheritDoc
Return values
Countries

getCountries()

Returns all available countries.

public getCountries(int $languageId) : Countries
Parameters
$languageId : int
Tags
inheritDoc
Return values
Countries

Search results