Documentation

CRM_Bridge_OG_Utils
in package

Tags
copyright

CiviCRM LLC https://civicrm.org/licensing

Table of Contents

Constants

aclEnabled  = 1
syncFromCiviCRM  = 1

Methods

aclEnabled()  : int
contactID()  : int
groupID()  : null|string
ogID()  : int|null|string
ogSyncACLName()  : string
ogSyncName()  : string
syncFromCiviCRM()  : mixed
Switch to stop synchronization from CiviCRM.

Constants

aclEnabled

public mixed aclEnabled = 1

syncFromCiviCRM

public mixed syncFromCiviCRM = 1

Methods

aclEnabled()

public static aclEnabled() : int
Return values
int

contactID()

public static contactID(int $ufID) : int
Parameters
$ufID : int
Tags
throws
Exception
Return values
int

groupID()

public static groupID(string $source[, string|null $title = NULL ][, bool $abort = FALSE ]) : null|string
Parameters
$source : string
$title : string|null = NULL
$abort : bool = FALSE
Tags
throws
CRM_Core_Exception
Return values
null|string

ogID()

public static ogID(int $groupID) : int|null|string
Parameters
$groupID : int
Tags
throws
Exception
Return values
int|null|string

ogSyncACLName()

public static ogSyncACLName(int $ogID) : string
Parameters
$ogID : int
Return values
string

ogSyncName()

public static ogSyncName(int $ogID) : string
Parameters
$ogID : int
Return values
string

syncFromCiviCRM()

Switch to stop synchronization from CiviCRM.

public static syncFromCiviCRM() : mixed

This was always false before, and is always true now. Most likely, this needs to be a setting.


        
On this page

Search results