ParserInterface
Interface describing a language file loader
| since |
2.0 |
|---|---|
| package |
Joomla Framework |
Methods
getType
Get the type of loader
getType() :
| since |
2.0 |
|---|
Response
string
loadFile
Load the strings from a file
loadFile( filename) : string||string|int
| since |
2.0 |
|---|---|
| throws |
|
Arguments
- filename
stringThe name of the file.
Response
array<string|int, string>