LoaderInterface
interface LoaderInterface
Methods
Get the value of a specific option
Build the file name for the language database
Build the directory name for the language database
Build the absolute file path for the language database
Build the variable name for the language database
Build the file name for the language CSV database
Build the directory name for the language CSV database
Build the absolute file path for the language CSV database
Find a language file from options directories
Details
at line 38
array
getOption(
string $name,
mixed $default = null)
Get the value of a specific option
at line 47
string
buildLanguageFileName(
string $lang,
string $db_filename = null)
Build the file name for the language database
at line 55
string
buildLanguageDirName(
string $lang)
Build the directory name for the language database
at line 63
string
buildLanguageFilePath(
string $lang)
Build the absolute file path for the language database
at line 71
string
buildLanguageVarname(
string $lang)
Build the variable name for the language database
at line 78
string
buildLanguageDBFileName()
Build the file name for the language CSV database
at line 85
string
buildLanguageDBDirName()
Build the directory name for the language CSV database
at line 92
string
buildLanguageDBFilePath()
Build the absolute file path for the language CSV database
at line 101
null|string
findLanguageDBFile(
string $db_filename = null,
string $db_directory = null)
Find a language file from options directories