phpDocumentor

CountryReadService implements CountryReadService

Class CountryReadService

Interfaces, Classes and Traits

CountryReadService
Interface CountryReadService

Table of Contents

$factory  : CountryFactory
$repository  : CountryRepository
__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

getCountryById()

Returns a specific country based on the given ID.

public getCountryById(int $id, int $languageId) : Country
Parameters
$id : int
$languageId : int
Tags
inheritDoc
Return values
Country

Search results