QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQQBaseNode

QQBaseNode Class Reference

Inherits QBaseClass.

Inherited by QQAssociationNode, and QQNode.

Collaboration diagram for QQBaseNode:

List of all members.

Public Member Functions

Protected Attributes


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]

QQBaseNode::$strClassName [protected]

QQBaseNode::$strPrimaryKey [protected]

QQBaseNode::$strPropertyName [protected]

QQBaseNode::$strRootTableName [protected]

QQBaseNode::$strTableName [protected]

QQBaseNode::$strType [protected]


The documentation for this class was generated from the following file: