Documentation

Horde_Rdo
in package

Tags
author

Chuck Hagenbuch chuck@horde.org

license

http://www.horde.org/licenses/bsd BSD

category

Horde

Table of Contents

MANY_TO_MANY  = 4
Many-to-many relationships (this object relates to many objects, each of which relate to many objects of this type).
MANY_TO_ONE  = 3
Many-to-one relationships (this object is one of many children of a single parent).
ONE_TO_MANY  = 2
One-to-many relationships (this object has many children).
ONE_TO_ONE  = 1
One-to-one relationships.

Constants

MANY_TO_MANY

Many-to-many relationships (this object relates to many objects, each of which relate to many objects of this type).

public mixed MANY_TO_MANY = 4

MANY_TO_ONE

Many-to-one relationships (this object is one of many children of a single parent).

public mixed MANY_TO_ONE = 3

ONE_TO_MANY

One-to-many relationships (this object has many children).

public mixed ONE_TO_MANY = 2

ONE_TO_ONE

One-to-one relationships.

public mixed ONE_TO_ONE = 1

Search results