Copied!

RelationType

RelationType.php : 11
Enum: int

Cases

COMMON

RelationType.php : 16

The relation type COMMON is a general relation between object set by a user.

int COMMON = 1

EMBED

RelationType.php : 21

the relation type EMBED is set for a relation which is anchored as embedded link in an attribute value.

int EMBED = 2
RelationType.php : 26

the relation type LINK is set for a relation which is anchored as link in an attribute value.

int LINK = 4

FIELD

RelationType.php : 31

the relation type FIELD is set for a relation which is part of an relation attribute value.

int FIELD = 8

ASSET

RelationType.php : 36

the relation type ASSET is set for a relation to asset in an attribute value.

int ASSET = 16