Property | Type | Description | |
---|---|---|---|
$conditions | extra conditions: field => value, ... | ||
$model | relation model name | ||
$parent | parent model relation name | ||
$using | fields to join: local => remote, ... |
Method | Description | |
---|---|---|
__construct ( array $options = NULL ) : void | Set relation options. | |
read ( Hive $parent ) : array | Read the relations from a parent model. |
public __construct ( array $options = NULL ) : void | ||
$options | array | |
return | void |