ParserInterface
Interface describing a language file loader
| since |
2.0.0-alpha |
|---|---|
| package |
Joomla Framework |
Methods
getType
Get the type of loader
getType() : string
| since |
2.0.0-alpha |
|---|
Response
string
loadFile
Load the strings from a file
loadFile(string filename) : string[]
| since |
2.0.0-alpha |
|---|---|
| throws |
|
Arguments
- filename
stringThe name of the file.
Response
string[]