Jet\DataModel_Definition_Relation_Internal
The class represents the definition of an internal session. It inherits from the Jet\DataModel_Definition_Relation class and has an identical interface except for the constructor.
Overview of methods
Method | Meaning of |
---|---|
public __construct( string $this_data_model_class_name, string $related_data_model_class_name, DataModel_Definition_Relation_Join_Item[] $join_by, array $required_relations=[] ) |
Parameters:
|