Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
LoaderInterface Interface Reference

Translations loader interface. More...

Public Member Functions

 load ($locale, $domain='messages')
 
 save ($messages, $locale, $domain)
 
 clearCache ($locale=null, $domain=null)
 
 loadDomain ($locale, $domain)
 
 getDomains ($locale)
 
 cacheExists ($locale, $domain=' *')
 

Detailed Description

Translations loader interface.

Ubiquity\translation\loader$LoaderInterface 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 14 of file LoaderInterface.php.

Member Function Documentation

◆ cacheExists()

cacheExists (   $locale,
  $domain = ' *' 
)

◆ clearCache()

clearCache (   $locale = null,
  $domain = null 
)

◆ getDomains()

getDomains (   $locale)

◆ load()

load (   $locale,
  $domain = 'messages' 
)

◆ loadDomain()

loadDomain (   $locale,
  $domain 
)

◆ save()

save (   $messages,
  $locale,
  $domain 
)

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