Todo List
By default, TResourceParser is used by the PRADO framework to parse various resource files including component specifications and component templates.
You can specify your own parser class in the application specification.
Namespace: System
TResourceParser __construct( mixed $config)
array parseAttributes( string $str)
array|null parseSpecification( string $str)
The specification is in XML format and is parsed using simpleXML.
array parseTemplate( string $input)
array|null parseTheme( string $str)
string preprocessTemplate( string $str)