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

classQManyToManyReference

QManyToManyReference Class Reference

Inherits QBaseClass.

Collaboration diagram for QManyToManyReference:

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

Used by the QCubed Code Generator to describe a column reference from the table's perspective (aka a Foreign Key from the referenced Table's point of view)

Member Function Documentation

QManyToManyReference::__get ( strName  ) 

Override method to perform a property "Get" This will get the value of $strName

Parameters:
string strName Name of the property to get
Returns:
mixed

Reimplemented from QBaseClass.

References QCallerException::IncrementOffset().

QManyToManyReference::__set ( strName,
mixValue 
)

Override method to perform a property "Set" This will set the property $strName to be $mixValue

Parameters:
string strName Name of the property to set
string mixValue New value of the property
Returns:
mixed

Reimplemented from QBaseClass.

References QType::ArrayType, QType::Cast(), QCallerException::IncrementOffset(), and QType::String.


Member Data Documentation

QManyToManyReference::$objColumnArray [protected]

QManyToManyReference::$strAssociatedTable [protected]

QManyToManyReference::$strColumn [protected]

QManyToManyReference::$strKeyName [protected]

QManyToManyReference::$strObjectDescription [protected]

QManyToManyReference::$strObjectDescriptionPlural [protected]

QManyToManyReference::$strOppositeColumn [protected]

QManyToManyReference::$strOppositeObjectDescription [protected]

QManyToManyReference::$strOppositePropertyName [protected]

QManyToManyReference::$strOppositeVariableName [protected]

QManyToManyReference::$strOppositeVariableType [protected]

QManyToManyReference::$strTable [protected]

QManyToManyReference::$strVariableName [protected]

QManyToManyReference::$strVariableType [protected]


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