isRelationPopulated() public method
Check whether the named relation has been populated with records.
See also getRelation().
public boolean isRelationPopulated ( $name ) | ||
---|---|---|
$name | string |
The relation name, e.g. |
return | boolean |
Whether relation has been populated with records. |
Please login to continue.