示例#1
0
 /**
  * @return bool true if this link represents a relationship where the parent could be one of multiple modules. (ex.
  *              Activities parent)
  */
 public function isParentRelationship()
 {
     return $this->relationship->isParentRelationship();
 }