classQQBaseNode
QQBaseNode Class Reference
Inherits QBaseClass.Inherited by QQAssociationNode, and QQNode.

Public Member Functions
- __get ($strName)
- GetColumnAliasHelper (QQueryBuilder $objBuilder, $strBegin, $strEnd, $blnExpandSelection)
Protected Attributes
- $objParentNode
- $strType
- $strName
- $strPropertyName
- $strRootTableName
- $strTableName
- $strPrimaryKey
- $strClassName
Member Function Documentation
| QQBaseNode::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QBaseClass.
References $strName, and QCallerException::IncrementOffset().
| QQBaseNode::GetColumnAliasHelper | ( | QQueryBuilder $ | objBuilder, | |
| $ | strBegin, | |||
| $ | strEnd, | |||
| $ | blnExpandSelection | |||
| ) | [abstract] |
Reimplemented in QQAssociationNode.
Member Data Documentation
QQBaseNode::$objParentNode [protected] |
Referenced by QQAssociationNode::__construct(), QQReverseReferenceNode::__construct(), and QQNode::__construct().
QQBaseNode::$strClassName [protected] |
QQBaseNode::$strName [protected] |
Reimplemented in QQVirtualNode.
Referenced by QQNamedValue::__construct(), QQAssociationNode::__construct(), QQReverseReferenceNode::__construct(), QQNode::__construct(), and __get().
QQBaseNode::$strPrimaryKey [protected] |
QQBaseNode::$strPropertyName [protected] |
Referenced by QQReverseReferenceNode::__construct(), and QQNode::__construct().
QQBaseNode::$strRootTableName [protected] |
QQBaseNode::$strTableName [protected] |
QQBaseNode::$strType [protected] |
Referenced by QQReverseReferenceNode::__construct(), and QQNode::__construct().
The documentation for this class was generated from the following file:
- qcodo/_core/framework/QQuery.class.php
