Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
LoaderInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ubiquity\translation\loader
;
4
14
interface
LoaderInterface
{
15
16
public
function
load
($locale, $domain =
'messages'
);
17
18
public
function
save
($messages, $locale, $domain);
19
20
public
function
clearCache
($locale =
null
, $domain =
null
);
21
22
public
function
loadDomain
($locale, $domain);
23
24
public
function
getDomains
($locale);
25
26
public
function
cacheExists
($locale, $domain =
'*'
);
27
}
28
Ubiquity\translation\loader\LoaderInterface
Translations loader interface.
Definition
LoaderInterface.php:14
Ubiquity\translation\loader\LoaderInterface\clearCache
clearCache($locale=null, $domain=null)
Ubiquity\translation\loader\LoaderInterface\save
save($messages, $locale, $domain)
Ubiquity\translation\loader\LoaderInterface\load
load($locale, $domain='messages')
Ubiquity\translation\loader\LoaderInterface\loadDomain
loadDomain($locale, $domain)
Ubiquity\translation\loader\LoaderInterface\getDomains
getDomains($locale)
Ubiquity\translation\loader\LoaderInterface\cacheExists
cacheExists($locale, $domain=' *')
Ubiquity\translation\loader
Definition
ArrayLoader.php:3
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity
src
Ubiquity
translation
loader
LoaderInterface.php
Generated on Sun Dec 10 2023 15:04:25 for
Ubiquity
by
doxygen
1.9.8