Relation Flags
Appearance
Intro
Most relations have a $flags param in the constructor. You can pass multiple flags by concatenating them with a pipe symbol (|).
Example:
$rel = &new atkOneToManyRelation("notes","node.notes","note_related_id", AF_HIDE_LIST);