Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
MessagesCatalog Class Reference

Catalog of translation messages associated to a locale. More...

Public Member Functions

 __construct ($locale, LoaderInterface $loader)
 
 load ()
 
 getDomains ()
 
 getMessagesDomains ()
 

Protected Attributes

 $messagesDomains
 
 $loader
 
 $locale
 

Detailed Description

Catalog of translation messages associated to a locale.

Ubiquity\translation$MessagesCatalog This class is part of Ubiquity

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.0

Definition at line 16 of file MessagesCatalog.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $locale,
LoaderInterface  $loader 
)

Definition at line 25 of file MessagesCatalog.php.

Member Function Documentation

◆ getDomains()

getDomains ( )

Definition at line 41 of file MessagesCatalog.php.

◆ getMessagesDomains()

getMessagesDomains ( )
Returns
MessagesDomain[]

Definition at line 49 of file MessagesCatalog.php.

◆ load()

load ( )

Definition at line 31 of file MessagesCatalog.php.

Field Documentation

◆ $loader

$loader
protected

Definition at line 22 of file MessagesCatalog.php.

◆ $locale

$locale
protected

Definition at line 23 of file MessagesCatalog.php.

◆ $messagesDomains

$messagesDomains
protected

Definition at line 17 of file MessagesCatalog.php.


The documentation for this class was generated from the following file: