SyncGenerator::__construct( $bpGroupId = null, $ldGroupId = null )
Constructor
Description
Source
File: bp-integrations/learndash/library/SyncGenerator.php
public function __construct($bpGroupId = null, $ldGroupId = null)
{
$this->bpGroupId = $bpGroupId;
$this->ldGroupId = $ldGroupId;
$this->populateData();
$this->verifyInputs();
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.