Class Finder
Properties
Events
Methods
 NameDescription
  getAssociationTable the M-N relationship association table name.
  getCondition the query condition for the relation as specified in RELATIONS @since 3.
  getFkField foreign key field names, comma delimited.
  getForeignRecordClass foreign record class name.
  getForeignRecordFinder corresponding relationship foreign object finder instance.
  getParameters the query parameters for the relation as specified in RELATIONS @since 3.
  getProperty name of the record property that the relationship results will be assigned to.
  getPropertyValue .
  getRelationForeignKeys foreign key of this relations, the keys is dependent on the relationship type.
  getRelationHandler Creates and return the TActiveRecordRelation handler for specific relationships.
  getRelationType HAS_MANY, HAS_ONE, or BELONGS_TO.
  getSourceRecord the active record instance that queried for its related records.
  hasAssociationTable true if the relationship is HAS_MANY and requires an association table.
  hasFkField true if the 3rd element of an TActiveRecord::$RELATION entry is set.
  hasRecordRelation true if the relation is defined in TActiveRecord::$RELATIONS @since 3.
P isEmptyFkObject .
  updateAssociatedRecords .
Derived classes