Updated code comments for PHPDocumentor - XmlQueryParser, QueryParser, DBParser and column classes

git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12419 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2012-12-17 15:53:10 +00:00
parent 39c2f06aa7
commit 09ff5b94ac
11 changed files with 83 additions and 55 deletions

View file

@ -3,17 +3,18 @@
* File containing the QueryParser class
*/
/**
* Parses an XML Object and returns a string used for generating the PHP cache file
* Parses an XML Object and returns a string used for generating the PHP cache file <br />
* The XML Object structure must be the one defined in the XmlParser class
*
* @author Corina Udrescu (corina.udrescu@arnia.ro)
* @package /classes/xml/xmlquery
* @package classes\xml\xmlquery
* @version 0.1
*/
class QueryParser {
/**
* Property containing the associated QueryTag object
*
* @var QueryTag object
*/
var $queryTag;
@ -34,9 +35,9 @@ class QueryParser {
}
/**
* Return table information
* Used for finding column type info (string/numeric)
* Returns table information
*
* Used for finding column type info (string/numeric) <br />
* Obtains the table info from XE's XML schema files
*
* @param object $query_id