Method | Description | |
---|---|---|
getRelationship ( string $name ) : array | Return the relationship configurations. | |
isRelationship ( string $name ) : boolean | Return whether the name is a relationship or not. |
public getRelationship ( string $name ) : array | ||
$name | string | of related model |
return | array |
public isRelationship ( string $name ) : boolean | ||
$name | string | of related model |
return | boolean |