DebugParserInterface
Extends ParserInterfaceInterface describing a language file parser capable of debugging a file
| since |
2.0 |
|---|---|
| package |
Joomla Framework |
Methods
debugFile
Parse a file and check its contents for valid structure
debugFile( filename) : string||string|int
| since |
2.0 |
|---|
Arguments
- filename
stringThe name of the file.
Response
array<string|int, string>Array containing a list of errors
getType
Get the type of loader
getType() :
inherited
| since |
2.0 |
|---|
Response
string
loadFile
Load the strings from a file
loadFile( filename) : string||string|int
inherited
| since |
2.0 |
|---|---|
| throws |
|
Arguments
- filename
stringThe name of the file.
Response
array<string|int, string>