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